Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc2ef22

Browse files
committed
allow management of 7.0 SDKs and Runtimes
1 parent3ac5497 commitbc2ef22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/dotnet-core-uninstall/Shared/VSVersioning/VisualStudioSafeVersionsExtractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Tools.Uninstall.Shared.VSVersioning
1313
internalstaticclassVisualStudioSafeVersionsExtractor
1414
{
1515
// The tool should not be used to uninstall any more recent versions of the sdk
16-
publicstaticreadonlySemanticVersionUpperLimit=newSemanticVersion(7,0,0);
16+
publicstaticreadonlySemanticVersionUpperLimit=newSemanticVersion(8,0,0);
1717

1818
// Must keep one of each of these divisions to ensure Visual Studio works.
1919
// Pairs are [inclusive, exclusive)

‎src/dotnet-core-uninstall/dotnet-core-uninstall.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RuntimeIdentifiers>win-x86;osx-x64</RuntimeIdentifiers>
66
<SignAssembly>true</SignAssembly>
77
<TargetFramework>netcoreapp3.1</TargetFramework>
8+
<RollForward>LatestMajor</RollForward>
89
</PropertyGroup>
910

1011
<PropertyGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp