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 5
5
<ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'net6.0'" >6.0.0</ExtensionPackageVersion >
6
6
<ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net7.0'" >7.0.0</ExtensionPackageVersion >
7
7
<ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net8.0'" >8.0.0</ExtensionPackageVersion >
8
- <ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.0-preview.7.24405 .7</ExtensionPackageVersion >
8
+ <ExtensionPackageVersion Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.0-rc.1.24431 .7</ExtensionPackageVersion >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
11
<PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" $(ExtensionPackageVersion)" />
20
20
<PackageVersion Include =" Serilog" Version =" 4.0.1" />
21
21
</ItemGroup >
22
22
<ItemGroup >
23
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0 " />
23
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
24
24
<PackageVersion Include =" FluentAssertions" Version =" 6.6.0" />
25
- <PackageVersion Include =" Moq" Version =" [4.18.4] " />
25
+ <PackageVersion Include =" Moq" Version =" 4.20.72 " />
26
26
<PackageVersion Include =" xunit" Version =" 2.9.0" />
27
27
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
28
28
<PackageVersion Include =" Xunit.DependencyInjection" Version =" 8.7.1" />
You can’t perform that action at this time.
0 commit comments