diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e9a4217..6c02694b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,10 @@ jobs: - name: Fetch Submodules Recursively run: git submodule update --init --recursive - - name: .NET 5 Setup + - name: .NET 6 Setup uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: .NET Restore run: dotnet restore FModel diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj index 28e1b01b..929470cb 100644 --- a/FModel/FModel.csproj +++ b/FModel/FModel.csproj @@ -5,9 +5,9 @@ net6.0-windows true FModel.ico - 4.0.0 - 4.0.2.0 - 4.0.2.0 + 4.1.0 + 4.1.0.0 + 4.1.0.0 false true win-x64