Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit c3f4015

Browse files
authored
Remove unnecessary package references (#367)
1 parent 43507d9 commit c3f4015

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

test/Microsoft.Extensions.Localization.Tests/Microsoft.Extensions.Localization.Tests.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -20,10 +20,6 @@
2020
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
24-
<PackageReference Include="System.Resources.Writer" Version="$(CoreFxVersion)" />
25-
</ItemGroup>
26-
2723
<ItemGroup>
2824
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
2925
</ItemGroup>

0 commit comments

Comments
 (0)