Skip to content

Commit

Permalink
Backed out .net 8 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jun 20, 2023
1 parent aa668c6 commit d99b080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Credfeto.ChangeLog.Cmd/Credfeto.ChangeLog.Cmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<RunAOTCompilation>false</RunAOTCompilation>
<RuntimeIdentifiers>win-x64;win10-x64;win81-x64;osx-x64;linux-x64;debian.9-x64;linux-arm64</RuntimeIdentifiers>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<ToolCommandName>changelog</ToolCommandName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<OptimizationPreference>speed</OptimizationPreference>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
2 changes: 1 addition & 1 deletion src/Credfeto.ChangeLog/Credfeto.ChangeLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down

0 comments on commit d99b080

Please sign in to comment.