Skip to content

Commit

Permalink
Update NetCoreFrameworks to include .NET 8 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMcMaster authored Nov 20, 2023
1 parent ca6f4a4 commit e3bc0f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<NetCoreFrameworks>net6.0;net7.0</NetCoreFrameworks>
<NetCoreFrameworks>net6.0;net7.0;net8.0</NetCoreFrameworks>
<TargetFrameworks>net4.7.1;$(NetCoreFrameworks)</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<NetCoreFrameworks>net6.0;net7.0</NetCoreFrameworks>
<NetCoreFrameworks>net6.0;net7.0;net8.0</NetCoreFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<NetCoreFrameworks>net6.0;net7.0</NetCoreFrameworks>
<NetCoreFrameworks>net6.0;net7.0;net8.0</NetCoreFrameworks>
<TargetFrameworks>net4.7.1;$(NetCoreFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit e3bc0f1

Please sign in to comment.