Skip to content

Commit 3149b0c

Browse files
committed
Update tool to roll forward to latest major version of runtime installed.
This is needed otherwise it will try to require ".NET 2.0 Runtime" to be installed, which will cause roll forward to fail to load 6.0.0's System.Runtime when used on devices with newer versions of the .NET SDK and runtimes. Fixes: #27660. Signed-off-by: AraHaan <[email protected]>
1 parent 44f1c24 commit 3149b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ef/ef.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RootNamespace>Microsoft.EntityFrameworkCore.Tools</RootNamespace>
99
<CheckEolTargetFramework>False</CheckEolTargetFramework>
1010
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)..\..\rulesets\EFCore.noxmldocs.ruleset</CodeAnalysisRuleSet>
11+
<RollForward>Major</RollForward>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)