Skip to content

Commit

Permalink
Fix sql project build on mac (microsoft#10485)
Browse files Browse the repository at this point in the history
* update sqlproj template

* add condition for netcorebuild=true
  • Loading branch information
kisantia authored May 19, 2020
1 parent 283ffd7 commit c98eaaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@
<ItemGroup>
<Folder Include="Properties" />
</ItemGroup>
<ItemGroup>
<PackageReference Condition="'$(NetCoreBuild)' == 'true'" Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@
<ItemGroup>
<Folder Include="Properties" />
</ItemGroup>
<ItemGroup>
<PackageReference Condition="'$(NetCoreBuild)' == 'true'" Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit c98eaaf

Please sign in to comment.