File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
NickvisionMoney.Shared.Tests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
8
8
<IsPackable >false</IsPackable >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
13
- <PackageReference Include =" xunit" Version =" 2.6.4 " />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6 " >
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
13
+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
</PackageReference >
18
- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
18
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.3 " >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
</PackageReference >
You can’t perform that action at this time.
0 commit comments