Skip to content

Commit 65296fc

Browse files
Update to .NET 9.0: global.json and test project
Co-authored-by: BenjaminMichaelis <[email protected]>
1 parent 8e2932c commit 65296fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="../IntelliTect.Multitool/Build/IntelliTect.Multitool.targets" />
33
<PropertyGroup>
4-
<TargetFrameworks>net8.0</TargetFrameworks>
4+
<TargetFrameworks>net9.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
3+
"version": "9.0.100",
44
"rollForward": "minor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)