File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
BasicProvider/BasicProvider.Tests
ComboProvider/ComboProvider.Tests Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+
23 <PropertyGroup >
34 <OutputType >Library</OutputType >
45 <TargetFramework Condition =" '$(TestTargetFramework)' == '' " >netcoreapp2.0</TargetFramework >
1920 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0-preview-20170517-02" />
2021 <PackageReference Include =" xunit" Version =" 2.2.0" />
2122 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
22-
2323 </ItemGroup >
24- </Project >
24+
25+ <Target Name =" RemovePackagesFromCache" BeforeTargets =" Restore" >
26+ <ItemGroup >
27+ <FoldersToDelete Include =" $(NuGetPackageRoot)basicprovider" />
28+ </ItemGroup >
29+ <RemoveDir Directories =" @(FoldersToDelete)" />
30+ </Target >
31+
32+ </Project >
Original file line number Diff line number Diff line change 2222 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
2323 </ItemGroup >
2424
25+ <Target Name =" RemovePackagesFromCache" BeforeTargets =" Restore" >
26+ <ItemGroup >
27+ <FoldersToDelete Include =" $(NuGetPackageRoot)comboprovider" />
28+ </ItemGroup >
29+ <RemoveDir Directories =" @(FoldersToDelete)" />
30+ </Target >
31+
2532</Project >
You can’t perform that action at this time.
0 commit comments