Skip to content

Commit

Permalink
remove explicit version from LiteBus.Messaging.Extensions.MicrosoftDe…
Browse files Browse the repository at this point in the history
…pendencyInjection.csproj
  • Loading branch information
litenova committed Dec 5, 2023
1 parent 15d3e33 commit a6d90c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup .NET 8
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup .NET 8
- name: Install .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\LiteBus.Messaging\LiteBus.Messaging.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LiteBus.Messaging\LiteBus.Messaging.csproj"/>
</ItemGroup>

</Project>

0 comments on commit a6d90c6

Please sign in to comment.