Skip to content

Commit

Permalink
Revert .NET 8 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed May 17, 2024
1 parent 3d24cff commit eda1494
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Setup .NET 8 SDK
- name: Setup .NET 7 SDK
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/DayZLauncher.UnixPatcher/bin/Debug/net8.0/DayZLauncher.UnixPatcher.dll",
"program": "${workspaceFolder}/src/DayZLauncher.UnixPatcher/bin/Debug/net7.0/DayZLauncher.UnixPatcher.dll",
"args": [],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit eda1494

Please sign in to comment.