Skip to content

Commit cb51132

Browse files
committed
v1.5.0: removed unwanted nuget packages
1 parent e121d52 commit cb51132

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

RandomString4NetTest/RandomString4NetTest.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<IsCodedUITest>False</IsCodedUITest>
1919
<TestProjectType>UnitTest</TestProjectType>
2020
<TargetFrameworkProfile />
21+
<NuGetPackageImportStamp>
22+
</NuGetPackageImportStamp>
2123
</PropertyGroup>
2224
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2325
<DebugSymbols>true</DebugSymbols>
@@ -37,11 +39,6 @@
3739
<WarningLevel>4</WarningLevel>
3840
</PropertyGroup>
3941
<ItemGroup>
40-
<Reference Include="Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
41-
<HintPath>..\packages\Microsoft.CodeCoverage.17.4.0\lib\net462\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath>
42-
<Private>True</Private>
43-
<SpecificVersion>True</SpecificVersion>
44-
</Reference>
4542
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
4643
<HintPath>..\packages\MSTest.TestFramework.3.0.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
4744
<Private>True</Private>
@@ -62,7 +59,6 @@
6259
<ItemGroup>
6360
<None Include="packages.config" />
6461
</ItemGroup>
65-
6662
<ItemGroup>
6763
<ProjectReference Include="..\RandomString4Net\RandomString4Net.csproj">
6864
<Project>{f0a77092-0c76-4151-843c-cd1bd33174b0}</Project>
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.CodeCoverage" version="17.4.0" targetFramework="net48" />
4-
<package id="Microsoft.NET.Test.Sdk" version="17.4.0" targetFramework="net48" />
5-
<package id="MSTest" version="3.0.2" targetFramework="net48" />
63
<package id="MSTest.TestAdapter" version="3.0.2" targetFramework="net48" />
74
<package id="MSTest.TestFramework" version="3.0.2" targetFramework="net48" />
85
</packages>

0 commit comments

Comments
 (0)