remove src/.nuget/packages.config
It references a package that is deprecated and which seem to be already replaced
This commit is contained in:
2
Makefile
2
Makefile
@@ -246,7 +246,7 @@ $(OUTPUT_PluginQR): $(INPUT_PluginQR)
|
||||
##### Nuget Dependencies
|
||||
|
||||
nuget: stamp.nuget_$(Flavor)
|
||||
stamp.nuget_$(Flavor): src/KeePass.sln $(wildcard src/*/*.csproj) $(wildcard src/*/packages.config) src/.nuget/packages.config
|
||||
stamp.nuget_$(Flavor): src/KeePass.sln $(wildcard src/*/*.csproj) $(wildcard src/*/packages.config)
|
||||
ifeq ($(shell $(WHICH) nuget),)
|
||||
$(error "nuget" command not found. Check it is in your PATH)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user