File tree 5 files changed +8
-12
lines changed
AspNetCore.Utilities.Tests
5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 21
21
- name : Ensure .NET Installed
22
22
uses : actions/setup-dotnet@v1
23
23
with :
24
- dotnet-version : 5 .0.x
24
+ dotnet-version : 6 .0.x
25
25
26
26
- name : Install GitVersion
27
27
run : dotnet tool install --global GitVersion.Tool
Original file line number Diff line number Diff line change 20
20
- name : Ensure .NET Installed
21
21
uses : actions/setup-dotnet@v1
22
22
with :
23
- dotnet-version : 5 .0.x
23
+ dotnet-version : 6 .0.x
24
24
25
25
- name : Install GitVersion
26
26
run : dotnet tool install --global GitVersion.Tool
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5 .0</TargetFramework >
4
+ <TargetFramework >net6 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<RootNamespace >ICG.AspNetCore.Utilities.Tests</RootNamespace >
7
7
<OutputType >Library</OutputType >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
12
12
<PackageReference Include =" Moq" Version =" 4.16.1" />
13
13
<PackageReference Include =" xunit" Version =" 2.4.1" />
14
14
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.0.0</Version >
5
- </PropertyGroup >
6
-
7
- <PropertyGroup >
8
- <TargetFramework >net5.0</TargetFramework >
4
+ <TargetFramework >net6.0</TargetFramework >
9
5
<RootNamespace >ICG.AspNetCore.Utilities</RootNamespace >
10
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
11
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
41
37
</ItemGroup >
42
38
43
39
<ItemGroup >
44
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5 .0.0" />
45
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
46
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " >
40
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0" />
41
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
42
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " >
47
43
<PrivateAssets >all</PrivateAssets >
48
44
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
49
45
</PackageReference >
You can’t perform that action at this time.
0 commit comments