Skip to content

Commit 0458698

Browse files
committed
Enable <RollForward>major</RollForward> for ScreenToGif.exe
Allow `ScreenToGif.exe` to run when .NET 8 (the version it currently targets) is not installed, but a later major version, e.g. .NET 9, is available. ref. https://learn.microsoft.com/en-us/dotnet/core/versions/selection#control-roll-forward-behavior ref. NickeManarin#1380
1 parent 998e619 commit 0458698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ScreenToGif/ScreenToGif.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
4+
<RollForward>major</RollForward>
45
<OutputType>WinExe</OutputType>
56
<ExpressionBlendVersion>12.0.51020.0</ExpressionBlendVersion>
67
<IsWebBootstrapper>false</IsWebBootstrapper>

0 commit comments

Comments
 (0)