-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SDK min and target version to >= Preview8 (#41947)
* Update SDK min and target version to >= Preview8
- Loading branch information
1 parent
b443d6e
commit ad434fc
Showing
16 changed files
with
61 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/libraries/pkg/test/frameworkSettings/netcore50/settings.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetPlatformMinVersion>10.0.0</TargetPlatformMinVersion> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
src/libraries/pkg/test/frameworkSettings/portable-net45+win8+wp8+wpa81/settings.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
src/libraries/pkg/test/frameworkSettings/portable-net45+win8+wpa81/settings.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
src/libraries/pkg/test/frameworkSettings/portable-net45+win8/settings.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
src/libraries/pkg/test/frameworkSettings/portable45-net45+win8/settings.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
src/libraries/pkg/test/frameworkSettings/portable46-net451+win81/settings.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier> | ||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | ||
<TargetFrameworkProfile>Profile44</TargetFrameworkProfile> | ||
</PropertyGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
...st/packageSettings/System.Utf8String.Experimental/netcoreapp/DisableVerifyClosure.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<!-- Utf8String reference depends on System.Private.CoreLib on net5.0 so we can't run | ||
Verify Closure on it. --> | ||
<ShouldVerifyClosure>false</ShouldVerifyClosure> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters