Skip to content

Commit

Permalink
Fix main merge
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed May 4, 2024
1 parent f727ad1 commit 411dff9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Opserver.Web/Opserver.Web.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>
<OutputType>Exe</OutputType>
<RootNamespace>Opserver</RootNamespace>
Expand All @@ -12,10 +12,6 @@
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.0.3" />
<PackageReference Include="StackExchange.Exceptional.AspNetCore" Version="2.2.35" />
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="8.0.0" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.35.0" />
<PackageReference Include="StackExchange.Exceptional.AspNetCore" Version="2.2.32" />
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="6.0.0" />
<Reference Include="System.Management" />
</ItemGroup>
<ItemGroup>
Expand All @@ -31,4 +27,3 @@
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 411dff9

Please sign in to comment.