Merge branch 'campaign' of https://git.michelescandura.com/michele/sledgemapper into campaign
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-08-27 10:55:29 +01:00
commit 04243cf088
3 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ steps:
auto_tag: true
- name: frontend
image: privateregistry.michelescandura.com/michele/basecompileimage
image: privateregistry.michelescandura.com/michele/basecompileimage:1.1
pull: true
volumes:
- name: cache

View File

@ -41,20 +41,20 @@
<TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false" />
</ItemGroup> -->
<ItemGroup>
<PackageReference Include="AsyncAwaitBestPractices" Version="5.1.0" />
<PackageReference Include="AsyncAwaitBestPractices" Version="6.0.0" />
<PackageReference Include="exceptionless" Version="4.6.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0-preview.7.21377.19" />
<PackageReference Include="MonoGame.Extended" Version="3.8.0" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client">
<Version>5.0.6</Version>
<Version>6.0.0-preview.7.21378.6</Version>
</PackageReference>
<PackageReference Include="Myra" Version="1.2.3" />
<PackageReference Include="Myra" Version="1.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="polly" Version="7.2.2" />
<PackageReference Include="polly.extensions.http" Version="3.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.0.38" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.0.94" />
</ItemGroup>
<ItemGroup>

View File

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<add key="BaGet" value="https://baget.michelescandura.com/v3/index.json" />
<add key="MonogamePreview" value="http://teamcity.monogame.net/guestAuth/app/nuget/feed/_Root/default/v3/index.json" />
</packageSources>
<add key="MonogameDev" value="http://teamcity.monogame.net/guestAuth/app/nuget/feed/_Root/default/v3/index.json" />
</packageSources>
</configuration>