Skip to content

Commit

Permalink
Set RuntimeFrameworkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 23, 2022
1 parent c9a30a4 commit bbe02a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.0
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: ./src
run: dotnet restore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeFrameworkVersion>6.0.0</RuntimeFrameworkVersion>

<UseWPF>true</UseWPF>
<ApplicationIcon>Application.ico</ApplicationIcon>

<Version>2.7.0</Version>
<Version>2.10.2</Version>
<Company>Portalum</Company>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Portalum.Zvt/Portalum.Zvt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<TargetFrameworks>netstandard2.0;netstandard2.1;net6</TargetFrameworks>

<Version>2.10.1</Version>
<Version>2.10.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bbe02a6

Please sign in to comment.