mirror of
https://github.com/bitwarden/server.git
synced 2026-06-01 01:55:55 -05:00
* [deps]: Update dotnet monorepo to v10 * fix up pins causing downgrades --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Nance <dnance@bitwarden.com>
19 lines
557 B
XML
19 lines
557 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Migrator\Migrator.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CommandDotNet" Version="[7.0.5]" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="[10.0.7]" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="[10.0.7]" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|