File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
52
52
# codecov needs 2.1
53
53
# unittests needs 3.1
54
54
# gitversion needs 5.0
55
- # .NET 6/7 to build
55
+ # cake 1.3 needs 6.0
56
+ # .NET 9 to build
56
57
dotnet-version : |
57
58
2.1
58
59
3.1
59
60
5.0
60
61
6.0
61
- 7.0
62
- 8.0
62
+ 9.0
63
63
- name : Cache Tools
64
64
uses : actions/cache@v4
65
65
with :
Original file line number Diff line number Diff line change 36
36
37
37
38
38
with :
39
+ # gitversion needs 5.0
40
+ # cake 1.3 needs 6.0
41
+ # .NET 9 to build
39
42
dotnet-version : |
40
43
5.0
41
- 8.0
44
+ 6.0
45
+ 9.0
42
46
43
47
- name : Cache Tools
44
48
uses : actions/cache@v4
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
3
"allowPrerelease" : true ,
4
- "version" : " 8 .0.404 " ,
4
+ "version" : " 9 .0.100 " ,
5
5
"rollForward" : " latestFeature"
6
6
}
7
7
}
Original file line number Diff line number Diff line change 36
36
</ItemGroup >
37
37
38
38
<ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETCoreApp'" >
39
- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 8 .0.0" CopyLocal =" false" Publish =" false" PrivateAssets =" All" />
39
+ <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 9 .0.0" CopyLocal =" false" Publish =" false" PrivateAssets =" All" />
40
40
</ItemGroup >
41
41
<Target Name =" RemoveMicrosoftBuildDllsFromOutput" AfterTargets =" ResolveReferences" >
42
42
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments