Skip to content

Commit

Permalink
Pin AssemblyVersion templatelocator (#14802)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Li authored Dec 2, 2020
1 parent 98d062e commit e2669aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<PackageId>microsoft.dotnet.templateLocator</PackageId>
<Nullable>Enable</Nullable>

<!-- https://github.com/dotnet/sdk/issues/14801 -->
<AssemblyVersion Condition="'$(TargetFramework)'=='net472'">5.0.100.0</AssemblyVersion>

<UseSystemTextJson Condition="'$(TargetFramework)'!='netstandard2.0' And '$(TargetFramework)'!='net472'">True</UseSystemTextJson>
<DefineConstants Condition="'$(UseSystemTextJson)'=='True'">$(DefineConstants);USE_SYSTEM_TEXT_JSON</DefineConstants>

Expand Down

0 comments on commit e2669aa

Please sign in to comment.