Skip to content

Commit

Permalink
Dependencies - .NET 8 Preview 3
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed May 12, 2023
1 parent 01745a6 commit 0425b90
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Fixed
### Changed
- Dependencies - Updated FunFair.CodeAnalysis to 7.0.0.18
- Dependencies - .NET 8 Preview 3
### Removed
### Deployment Changes

Expand Down
2 changes: 1 addition & 1 deletion src/BuildBot.Discord/BuildBot.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
2 changes: 1 addition & 1 deletion src/BuildBot.Json/BuildBot.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
2 changes: 1 addition & 1 deletion src/BuildBot.ServiceModel/BuildBot.ServiceModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
2 changes: 1 addition & 1 deletion src/BuildBot.Tests/BuildBot.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatSpecificWarningsAsErrors />
Expand Down
2 changes: 1 addition & 1 deletion src/BuildBot/BuildBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<OutputType>Exe</OutputType>
<RunAOTCompilation>false</RunAOTCompilation>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64;linux-arm64</RuntimeIdentifiers>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TieredCompilation>true</TieredCompilation>
<TieredPGO>true</TieredPGO>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
4 changes: 2 additions & 2 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.203",
"allowPrerelease": false,
"version": "8.0.100-preview.3.23178.7",
"allowPrerelease": true,
"rollForward": "latestPatch"
}
}

0 comments on commit 0425b90

Please sign in to comment.