This commit is contained in:
iAmAsval 2021-11-21 18:21:51 +01:00
parent 26e376609b
commit 19bf7403f9
2 changed files with 5 additions and 5 deletions

View File

@ -21,10 +21,10 @@ jobs:
- name: Fetch Submodules Recursively - name: Fetch Submodules Recursively
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: .NET 5 Setup - name: .NET 6 Setup
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 5.0.x dotnet-version: 6.0.x
- name: .NET Restore - name: .NET Restore
run: dotnet restore FModel run: dotnet restore FModel

View File

@ -5,9 +5,9 @@
<TargetFramework>net6.0-windows</TargetFramework> <TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<ApplicationIcon>FModel.ico</ApplicationIcon> <ApplicationIcon>FModel.ico</ApplicationIcon>
<Version>4.0.0</Version> <Version>4.1.0</Version>
<AssemblyVersion>4.0.2.0</AssemblyVersion> <AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.0.2.0</FileVersion> <FileVersion>4.1.0.0</FileVersion>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<IsPublishable>true</IsPublishable> <IsPublishable>true</IsPublishable>
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>