Skip to content

Commit

Permalink
Add workaround for dotnet/sdk#3044
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jun 10, 2019
1 parent 4107cdf commit dc3a113
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source/RssBandit/RssBandit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@


<ItemGroup>
<!-- workaround for https://github.com/dotnet/sdk/issues/3044 -->
<PackageReference Include="Microsoft.NETCore.Targets" Version="2.1.0" ExcludeAssets="all" PrivateAssets="all" />
<Reference Include="blogExtension">
<Name>blogExtension</Name>
<HintPath>..\Common\Libraries\blogExtension.dll</HintPath>
Expand Down Expand Up @@ -208,11 +210,7 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<!-- https://github.com/dotnet/sdk/issues/3044#issuecomment-476795447 -->
<PackageReference Include="Microsoft.NETCore.App" Version="3.0.0-preview3-27503-5" ExcludeAssets="all" PrivateAssets="all" />


<ItemGroup>
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
<PackageReference Include="Infragistics.WinForms.Shared">
<Version>17.2.20172.1000</Version>
Expand Down

0 comments on commit dc3a113

Please sign in to comment.