File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Cnblogs.Architecture.IntegrationTests
Cnblogs.Architecture.UnitTests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <ItemGroup >
33 <PackageReference Include =" Cnblogs.Serilog.Extensions" Version =" 1.1.0" />
4- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
4+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
55 <PackageReference Include =" xunit" Version =" 2.9.2" />
66 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
77 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </ItemGroup >
1515
1616 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
17- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.10 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.0 " />
1818 </ItemGroup >
1919 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
2020 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.0" />
Original file line number Diff line number Diff line change 22
33 <ItemGroup >
44 <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9.0.0" />
5- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
5+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
66 <PackageReference Include =" xunit" Version =" 2.9.2" />
77 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
88 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments