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

Commit 3951613

Browse files
committed
Remove net40 NuGet folder
1 parent a280636 commit 3951613

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

MethodCache.Nuget/MethodCache.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</dependencies>
1919
</metadata>
2020
<files>
21-
<file src="input\lib\net40\MethodCache.Attributes.dll" target="lib\net40\MethodCache.Attributes.dll" />
22-
<file src="tools\net40\install.ps1" target="tools\net40\install.ps1" />
23-
<file src="tools\net40\uninstall.ps1" target="tools\net40\uninstall.ps1" />
21+
<file src="input\lib\MethodCache.Attributes.dll" target="lib\MethodCache.Attributes.dll" />
22+
<file src="tools\install.ps1" target="tools\install.ps1" />
23+
<file src="tools\uninstall.ps1" target="tools\uninstall.ps1" />
2424
<file src="readme.txt" target="" />
25-
<file src="input\lib\net40\MethodCache.Fody.dll" target="MethodCache.Fody.dll" />
25+
<file src="input\lib\MethodCache.Fody.dll" target="MethodCache.Fody.dll" />
2626
</files>
2727
</package>

MethodCache.Nuget/make.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
mkdir input\lib\net40
2-
del /Q input\lib\net40\*.*
1+
mkdir input\lib\
2+
del /Q input\lib\*.*
33

4-
msbuild ..\MethodCache.Attributes\MethodCache.Attributes.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib\net40
5-
msbuild ..\MethodCache.Fody\MethodCache.Fody.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib\net40
4+
msbuild ..\MethodCache.Attributes\MethodCache.Attributes.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib
5+
msbuild ..\MethodCache.Fody\MethodCache.Fody.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib
66

77
mkdir output
88
..\.nuget\nuget.exe pack /o output .\MethodCache.nuspec
File renamed without changes.

0 commit comments

Comments
 (0)