This commit is contained in:
2025-12-19 14:37:08 +01:00
parent 0ab58cbd0c
commit 4377f9a191
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="Pilz" value="https://git.pilzinsel64.de/api/v4/projects/6/packages/nuget/index.json" /> <add key="Pilz" value="https://git.pilzinsel64.de/api/packages/Pilz.NET/nuget/index.json" />
<add key="HtmlRenderer" value="https://git.pilzinsel64.de/api/v4/projects/21/packages/nuget/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View File

@@ -13,7 +13,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Pilz" Version="2.6.2" /> <PackageReference Include="Pilz" Version="2.7.8" />
</ItemGroup> </ItemGroup>
</Project> </Project>