Skip to content

Commit 45d0e64

Browse files
(maint) Update dotnet monorepo to v9 (major) (#362)
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nils Andresen <[email protected]>
1 parent f7fb93c commit 45d0e64

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
# codecov needs 2.1
5353
# unittests needs 3.1
5454
# gitversion needs 5.0
55-
# .NET 6/7 to build
55+
# cake 1.3 needs 6.0
56+
# .NET 9 to build
5657
dotnet-version: |
5758
2.1
5859
3.1
5960
5.0
6061
6.0
61-
7.0
62-
8.0
62+
9.0
6363
- name: Cache Tools
6464
uses: actions/cache@v4
6565
with:

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ jobs:
3636

3737
- uses: actions/[email protected]
3838
with:
39+
# gitversion needs 5.0
40+
# cake 1.3 needs 6.0
41+
# .NET 9 to build
3942
dotnet-version: |
4043
5.0
41-
8.0
44+
6.0
45+
9.0
4246
4347
- name: Cache Tools
4448
uses: actions/cache@v4

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "8.0.404",
4+
"version": "9.0.100",
55
"rollForward": "latestFeature"
66
}
77
}

src/Tasks/Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<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" />
4040
</ItemGroup>
4141
<Target Name="RemoveMicrosoftBuildDllsFromOutput" AfterTargets="ResolveReferences">
4242
<PropertyGroup>

0 commit comments

Comments
 (0)