Added RollForward directive

Closes #1
This commit is contained in:
Ell 2023-02-05 14:32:47 +01:00
parent 4cf5063a61
commit 058f516502

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RollForward>Major</RollForward>
<Authors>Ellpeck</Authors>
<Description>A tool to package MonoGame and other .NET Core applications into several distributable formats</Description>