Skip to content

Commit

Permalink
Merge pull request #23 from SimCubeLtd/develop
Browse files Browse the repository at this point in the history
Update to RC2 of dotnet 7
  • Loading branch information
prom3theu5 authored Oct 13, 2022
2 parents e8e589a + 2fc8399 commit ae3d7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SimCube.Spartan/SimCube.Spartan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup Label="Package References">
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.2.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-rc.1.22426.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-rc.2.22472.3" />
</ItemGroup>

<ItemGroup Label="Framework References">
Expand Down
2 changes: 1 addition & 1 deletion tests/SimCube.Spartan.Tests/SimCube.Spartan.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0-rc.1.22427.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0-rc.2.22476.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Shouldly" Version="4.1.0" />
<PackageReference Include="Verify.Xunit" Version="17.10.2" />
Expand Down

0 comments on commit ae3d7d5

Please sign in to comment.