Skip to content

Commit

Permalink
Merge pull request #48 from JosephWoodward/CompileOnMacLinux
Browse files Browse the repository at this point in the history
Compile on mac linux
  • Loading branch information
vany0114 authored Aug 20, 2019
2 parents 9e7e483 + d960d22 commit d51aa4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ TestResults
*.sln.docstates
.vs/
.vscode/
.idea

# Build results
[Dd]ebug/
Expand Down Expand Up @@ -118,4 +119,4 @@ tools

*.lock.json
*.nuget.targets
*.nuget.props
*.nuget.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net462' or '$(TargetFramework)'=='net472'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

Expand Down

0 comments on commit d51aa4c

Please sign in to comment.