Auto csproj fix and update by bot.

This commit is contained in:
Nuget Ninja
2024-03-31 03:31:18 +00:00
parent d46926a68a
commit 202a157f14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ before_script:
- 'export DOTNET_CLI_TELEMETRY_OPTOUT=1'
- 'export PATH=$PATH:$HOME/.dotnet/tools'
- 'which jb || dotnet tool install JetBrains.ReSharper.GlobalTools --global --add-source https://nuget.aiursoft.cn/v3/index.json --configfile ./nuget.config -v d'
- 'which jb || dotnet-reportgenerator-globaltool --global --add-source https://nuget.aiursoft.cn/v3/index.json --configfile ./nuget.config -v d'
- 'which reportgenerator || dotnet tool install dotnet-reportgenerator-globaltool --global --add-source https://nuget.aiursoft.cn/v3/index.json --configfile ./nuget.config -v d'
- 'echo "Hostname: $(hostname)"'
- 'dotnet --info'
@@ -13,7 +13,7 @@
<PackageReference Include="Aiursoft.AiurObserver.Extensions" Version="8.0.0" />
<PackageReference Include="Aiursoft.AiurObserver.WebSocket.Server" Version="8.0.0" />
<PackageReference Include="Aiursoft.Scanner" Version="8.0.1" />
<PackageReference Include="Aiursoft.WebTools" Version="8.0.18" />
<PackageReference Include="Aiursoft.WebTools" Version="8.0.20" />
<PackageReference Include="Gera.Chess" Version="1.1.0" />
</ItemGroup>
</Project>