File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
88 <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" 10.0.0" />
99 <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 10.0.0" />
10- <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.0" />
10+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.0" />
1111 </ItemGroup >
1212 <!-- .NET 9 -->
1313 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
1414 <PackageVersion Include =" Microsoft.AspNetCore.Components" Version =" [9.0.11, 10.0.0)" />
1515 <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" [9.0.11, 10.0.0)" />
16- <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" [9.0.11, 10.0.0)" />
16+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" [9.0.11, 10.0.0)" />
1717 </ItemGroup >
1818 <!-- Common packages for all frameworks -->
1919 <ItemGroup >
3737 <PackageVersion Include =" Serilog.AspNetCore" Version =" 9.0.0" />
3838 <PackageVersion Include =" Serilog.Sinks.Async" Version =" 2.1.0" />
3939 <PackageVersion Include =" Serilog.Sinks.Console" Version =" 6.1.1" />
40- <PackageVersion Include =" TUnit" Version =" 1.2.3 " />
40+ <PackageVersion Include =" TUnit" Version =" 1.2.11 " />
4141 <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" />
4242 </ItemGroup >
4343</Project >
You can’t perform that action at this time.
0 commit comments