Fix spelling error in msbuild property reference (#14531)

This commit is contained in:
Michael Simons 2022-09-16 17:08:29 -05:00 committed by GitHub
parent ed261f1c1a
commit dcf5274781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -206,9 +206,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22465.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22466.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>f1ca87cd81e6081e827f25150088fca734da8f5c</Sha>
<Sha>6d1119ce3caac7e29f7e44c6be80494345f9de2a</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22429-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">

View file

@ -18,7 +18,7 @@ index 8f38a48cd95..dfb4fd33c9a 100644
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project>
+ <!-- use the source-built version of the reference packs if building in source-build -->
+ <ItemGroup Condition="'$(DotNetBuidlFromSource)' == 'true'">
+ <ItemGroup Condition="'$(DotNetBuildFromSource)' == 'true'">
+ <KnownFrameworkReference Update="Microsoft.NETCore.App">
+ <TargetingPackVersion Condition="'%(TargetFramework)' == 'net6.0'">6.0.0</TargetingPackVersion>
+ </KnownFrameworkReference>