Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d20ce9e

Browse files
authored
Merge pull request #252 from seif/linux-build
Fixed so that solution builds on linux
2 parents 57a1e6e + 1f66b63 commit d20ce9e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/Directory.Build.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
40+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All"/>
41+
<PackageReference Include="Microsoft.NetFramework.ReferenceAssemblies" Version="1.0.0-preview.2">
42+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
43+
<PrivateAssets>all</PrivateAssets>
44+
</PackageReference>
4145
</ItemGroup>
4246

4347
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

tests/Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@
2222
<DefineConstants>$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants>
2323
</PropertyGroup>
2424

25+
<ItemGroup>
26+
<PackageReference Include="Microsoft.NetFramework.ReferenceAssemblies" Version="1.0.0-preview.2">
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
<PrivateAssets>all</PrivateAssets>
29+
</PackageReference>
30+
</ItemGroup>
31+
2532
</Project>

0 commit comments

Comments
 (0)