Skip to content

Commit

Permalink
Merge pull request #17465 from dsplaisted/update-targeting-pack-version
Browse files Browse the repository at this point in the history
Update .NET Framework targeting pack version
  • Loading branch information
dsplaisted authored May 10, 2021
2 parents 94e39e5 + 5517012 commit ad477ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<DebugSymbols Condition="'$(DebugSymbols)'==''">false</DebugSymbols>
<CheckForOverflowUnderflow Condition="'$(CheckForOverflowUnderflow)'==''">false</CheckForOverflowUnderflow>
<AutomaticallyUseReferenceAssemblyPackages Condition="'$(AutomaticallyUseReferenceAssemblyPackages)'==''">true</AutomaticallyUseReferenceAssemblyPackages>
<MicrosoftNETFrameworkReferenceAssembliesLatestPackageVersion>1.0.0</MicrosoftNETFrameworkReferenceAssembliesLatestPackageVersion>
<MicrosoftNETFrameworkReferenceAssembliesLatestPackageVersion>1.0.2</MicrosoftNETFrameworkReferenceAssembliesLatestPackageVersion>
<CopyConflictingTransitiveContent>false</CopyConflictingTransitiveContent>
<MSBuildCopyContentTransitively Condition="'$(MSBuildCopyContentTransitively)' == ''">true</MSBuildCopyContentTransitively>
<ResolveAssemblyReferenceOutputUnresolvedAssemblyConflicts Condition="'$(ResolveAssemblyReferenceOutputUnresolvedAssemblyConflicts)' == ''">true</ResolveAssemblyReferenceOutputUnresolvedAssemblyConflicts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public GivenThatWeWantAutomaticTargetingPackReferences(ITestOutputHelper log) :
}

[Theory]
[InlineData("3.5")]
[InlineData("4.7.1")]
[InlineData("4.7.2")]
[InlineData("4.5.1")]
Expand Down

0 comments on commit ad477ae

Please sign in to comment.