Skip to content

Commit

Permalink
Cleanup after timiimit#164
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen committed Feb 5, 2023
1 parent 9a82232 commit 2e480fc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="6.0.13" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\UT4MasterServer.Models\UT4MasterServer.Models.csproj" />
<ProjectReference Include="..\UT4MasterServer.Services\UT4MasterServer.Services.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion UT4MasterServer.Common/UT4MasterServer.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
</ItemGroup>

</Project>
4 changes: 0 additions & 4 deletions UT4MasterServer.Models/UT4MasterServer.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.19.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\UT4MasterServer.Common\UT4MasterServer.Common.csproj" />
</ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions UT4MasterServer.Services/UT4MasterServer.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 1 addition & 4 deletions UT4MasterServer/UT4MasterServer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -13,7 +13,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.11" />
<PackageReference Include="MongoDB.driver" Version="2.19.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
Expand All @@ -25,9 +24,7 @@

<ItemGroup>
<ProjectReference Include="..\UT4MasterServer.Authentication\UT4MasterServer.Authentication.csproj" />
<ProjectReference Include="..\UT4MasterServer.Models\UT4MasterServer.Models.csproj" />
<ProjectReference Include="..\UT4MasterServer.Serializers\UT4MasterServer.Serializers.csproj" />
<ProjectReference Include="..\UT4MasterServer.Services\UT4MasterServer.Services.csproj" />
</ItemGroup>

</Project>

0 comments on commit 2e480fc

Please sign in to comment.