diff --git a/Directory.Build.props b/Directory.Build.props index 3229abc41..93d370757 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,6 +11,17 @@ $(MSBuildThisFileDirectory)artifacts\toolset\Common\ + + + unused + + + + + + + + $(MSBuildThisFileDirectory) @@ -31,13 +42,9 @@ false - - - unused - - + - + 2.1 + + + diff --git a/eng/Tools.props b/eng/Tools.props index de84b9810..da22c5059 100644 --- a/eng/Tools.props +++ b/eng/Tools.props @@ -11,6 +11,8 @@ $(ArtifactsToolsetDir)Common\Tools.Analyzers.props + + true @@ -22,6 +24,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a4036b64..d2a0cfc7d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -22,5 +22,8 @@ https://github.com/dotnet/arcade 52d4b539dd1ab771015bdf33ed4221afcaaabf3d + + https://github.com/dotnet/standard + diff --git a/eng/Versions.props b/eng/Versions.props index 5d1b1a37d..bade01467 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,10 +20,18 @@ Microsoft.Private.Intellisense 2.0.0-preview3-26209-0 + + + netstandard.library + + 1.0.0-beta.19061.6 1.0.0-beta.19061.6 1.0.0-beta.19061.6 1.0.0-beta.19061.6 + + + 2.0.3 diff --git a/src/netstandard/pkg/NETStandard.Library.pkgproj b/src/netstandard/pkg/NETStandard.Library.pkgproj index 458513896..95ddd9942 100644 --- a/src/netstandard/pkg/NETStandard.Library.pkgproj +++ b/src/netstandard/pkg/NETStandard.Library.pkgproj @@ -10,7 +10,7 @@ true NETStandard.Library.targets targets\netstandard\$(TargetsFileName) - netstandard2.0 + netstandard2.1 $(IntermediateOutputPath)$(NETStandardVersion)\$(TargetsFileName) @@ -25,6 +25,10 @@ true + + build/netstandard2.0/%(RecursiveDir)%(Filename)%(Extension) + + build/$(NETStandardVersion)/$(Id).targets @@ -32,8 +36,14 @@ lib/netstandard1.0 + + + + + + <_FacadeFiles Condition="'%(File.Facade)' == 'true' AND '%(File.Extension)' == '.dll'" >@(File->'%24(MSBuildThisFileDirectory)ref\%(FileName)%(Extension)') diff --git a/src/netstandard/pkg/shims/netfx/Directory.Build.props b/src/netstandard/pkg/shims/netfx/Directory.Build.props index c90b9e656..b0da79628 100644 --- a/src/netstandard/pkg/shims/netfx/Directory.Build.props +++ b/src/netstandard/pkg/shims/netfx/Directory.Build.props @@ -2,7 +2,7 @@ netfx - netstandard2.0 + netstandard2.1 true diff --git a/src/netstandard/pkg/shims/netstandard/Directory.Build.props b/src/netstandard/pkg/shims/netstandard/Directory.Build.props index d48e24cc7..82979bf7e 100644 --- a/src/netstandard/pkg/shims/netstandard/Directory.Build.props +++ b/src/netstandard/pkg/shims/netstandard/Directory.Build.props @@ -2,7 +2,7 @@ netstandard - netstandard2.0 + netstandard2.1 true diff --git a/src/netstandard/ref/netstandard.csproj b/src/netstandard/ref/netstandard.csproj index cdf47894d..55fe68fb8 100644 --- a/src/netstandard/ref/netstandard.csproj +++ b/src/netstandard/ref/netstandard.csproj @@ -1,8 +1,8 @@ - 2.0.0.0 + 2.1.0.0 true - netstandard2.0 + netstandard2.1 true $(NoWarn);0618;0619;0809 diff --git a/src/netstandard/src/netstandard.csproj b/src/netstandard/src/netstandard.csproj index a4ab54f3a..25b04d771 100644 --- a/src/netstandard/src/netstandard.csproj +++ b/src/netstandard/src/netstandard.csproj @@ -1,11 +1,13 @@ netstandard - 2.0.0.0 + 2.1.0.0 net461;xamarin.ios;xamarin.watchos;xamarin.tvos;xamarin.mac;monoandroid $(TargetFramework) 0.0 + + netstandard2.1 true true ..\ref\netstandard.csproj diff --git a/src/platforms/Directory.Build.props b/src/platforms/Directory.Build.props index 05f4356dc..abeedd045 100644 --- a/src/platforms/Directory.Build.props +++ b/src/platforms/Directory.Build.props @@ -8,10 +8,10 @@ 7.2 - 0.0 - $(TargetFramework) + 0.0 + $(TargetFramework) true false true - \ No newline at end of file + diff --git a/src/platforms/extensions/Directory.Build.props b/src/platforms/extensions/Directory.Build.props index 9952e36f7..d2f6d898e 100644 --- a/src/platforms/extensions/Directory.Build.props +++ b/src/platforms/extensions/Directory.Build.props @@ -1,8 +1,16 @@ - net461 + netstandard2.1 + + + + false + false + false + +