File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 <DotNet3Version >3.1.22</DotNet3Version >
66 <DotNet5Version >5.0.0</DotNet5Version >
77 <DotNet6Version >6.0.0</DotNet6Version >
8- <DotNet7Version >7.0.0-* </DotNet7Version >
8+ <DotNet7Version >7.0.0</DotNet7Version >
99 </PropertyGroup >
1010
1111 <!-- Solution wide properties -->
Original file line number Diff line number Diff line change 1616 <ItemGroup Condition =" $(MSBuildProjectName) != 'bunit.testassets'" >
1717 <PackageReference Include =" AutoFixture" Version =" 4.17.0" />
1818 <PackageReference Include =" AutoFixture.Xunit2" Version =" 4.17.0" />
19- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
19+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
2020 <PackageReference Include =" Moq" Version =" 4.18.2" />
2121 <PackageReference Include =" Shouldly" Version =" 4.1.0" />
2222 <PackageReference Include =" xunit" Version =" 2.4.2" />
Original file line number Diff line number Diff line change 2424 <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" $(DotNet3Version)" />
2525 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.1" />
2626 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 3.2.1" />
27- <PackageReference Include =" System.Text.Json" Version =" 6 .0.6 " />
27+ <PackageReference Include =" System.Text.Json" Version =" 7 .0.0 " />
2828 </ItemGroup >
2929 <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
3030 <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" $(DotNet5Version)" />
You can’t perform that action at this time.
0 commit comments