Skip to content

Commit

Permalink
Update target and SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Cully committed Nov 28, 2023
1 parent 92dcbed commit 069d4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup Label="Target Platforms" >
<NetCoreVersions>net7.0</NetCoreVersions>
<NetCoreVersions>net7.0;net8.0</NetCoreVersions>
<NetStandardVersions>netstandard2.0</NetStandardVersions>
<LibraryTargetFrameworks>$(NetCoreVersions);$(NetStandardVersions)</LibraryTargetFrameworks>
<ExecutableTargetFrameworks>$(NetCoreVersions)</ExecutableTargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.404",
"version": "8.0.100",
"rollForward": "latestMajor"
}
}

0 comments on commit 069d4a4

Please sign in to comment.