Skip to content

Commit

Permalink
removing netstandard1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 10, 2019
1 parent c139004 commit 6e1aa89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Prism/Prism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Condition=" '$(TargetFramework)' == 'netstandard1.0' " Include="System.Resources.ResourceManager" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' Or $(TargetFramework.StartsWith('uap10.0')) ">
<Compile Remove="**\*.Desktop.cs" />
<None Include="**\*.Desktop.cs" />
Expand Down

0 comments on commit 6e1aa89

Please sign in to comment.