mirror of
https://github.com/4sval/FModel.git
synced 2026-04-21 09:07:45 -05:00
Set back to net 6.0 until another solution is done
This commit is contained in:
parent
710414e995
commit
5a31f9662c
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user