remove src/.nuget/packages.config

It references a package that is deprecated and which seem to be already replaced
This commit is contained in:
tenzap
2022-12-19 22:36:41 +01:00
parent 56c35ac573
commit 4eb8c77304
2 changed files with 1 additions and 5 deletions

View File

@@ -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

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.GooglePlayServices" version="27.0.0.0" />
</packages>