Set back to net 6.0 until another solution is done

This commit is contained in:
GMatrixGames 2022-06-12 16:30:33 -04:00
parent 710414e995
commit 5a31f9662c
2 changed files with 3 additions and 4 deletions

View File

@ -21,11 +21,10 @@ jobs:
- name: Fetch Submodules Recursively
run: git submodule update --init --recursive
- name: .NET 7 Setup
- name: .NET 6 Setup
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
include-prerelease: true
dotnet-version: '6.0.x'
- name: .NET Restore
run: dotnet restore FModel

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>FModel.ico</ApplicationIcon>
<Version>4.2.2</Version>