mirror of
https://github.com/4sval/FModel.git
synced 2026-04-26 00:04:53 -05:00
prout
This commit is contained in:
parent
26e376609b
commit
19bf7403f9
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user