Use RollForward

mac
Miepee 3 years ago
parent f3593347bd
commit f226cf0726

@ -2,6 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RollForward>LatestMajor</RollForward>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
@ -13,4 +14,4 @@
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.0"/> <PackageReference Include="Eto.Platform.Gtk" Version="2.7.0"/>
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers> <RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
</PropertyGroup> </PropertyGroup>

@ -2,6 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RollForward>LatestMajor</RollForward>
<TargetFramework>net6.0-windows</TargetFramework> <TargetFramework>net6.0-windows</TargetFramework>
</PropertyGroup> </PropertyGroup>
@ -13,4 +14,4 @@
<PackageReference Include="Eto.Platform.Wpf" Version="2.7.0"/> <PackageReference Include="Eto.Platform.Wpf" Version="2.7.0"/>
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>

Loading…
Cancel
Save