Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 5c31ad9

Browse files
committed
Switched to new package restore method
1 parent 823eeeb commit 5c31ad9

6 files changed

Lines changed: 2 additions & 148 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ build/
110110
src/GitReleaseNotes.sln.ide/graph
111111
*.orig
112112
src/_NCrunch_GitReleaseNotes
113-
*.received.txt
113+
*.received.txt
114+
src/GitReleaseNotes.sln.ide/

src/.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/.nuget/NuGet.exe

58.5 KB
Binary file not shown.

src/.nuget/NuGet.targets

Lines changed: 0 additions & 136 deletions
This file was deleted.

src/GitReleaseNotes.Tests/GitReleaseNotes.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<AssemblyName>GitReleaseNotes.Tests</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16-
<RestorePackages>true</RestorePackages>
1715
<NuGetPackageImportStamp>ff82c7c4</NuGetPackageImportStamp>
1816
</PropertyGroup>
1917
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -98,7 +96,6 @@
9896
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
9997
</ItemGroup>
10098
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
10299
<PropertyGroup>
103100
<PostBuildEvent>
104101
</PostBuildEvent>

src/GitReleaseNotes/GitReleaseNotes.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16-
<RestorePackages>true</RestorePackages>
1716
<NuGetPackageImportStamp>c0d8a415</NuGetPackageImportStamp>
1817
</PropertyGroup>
1918
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -115,7 +114,6 @@
115114
<Content Include="FodyWeavers.xml" />
116115
</ItemGroup>
117116
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
119117
<Import Project="..\packages\Fody.1.26.1\build\Fody.targets" Condition="Exists('..\packages\Fody.1.26.1\build\Fody.targets')" />
120118
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
121119
<PropertyGroup>

0 commit comments

Comments
 (0)