WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d50fc41

Browse files
authored
Merge pull request #22 from BenjaminAbt/feature/net9
2 parents 0b39ce6 + 62938c2 commit d50fc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup Label="Project Defaults">
30-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
30+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Label="Package">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-rc.2.24474.11"
3+
"version": "9.0.100"
44
}
55
}

0 commit comments

Comments
 (0)