Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
22 lines
1.0 KiB
XML
22 lines
1.0 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- Test Packages -->
|
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
|
|
<PackageVersion Include="xunit" Version="2.7.0" />
|
|
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
|
|
<PackageVersion Include="Moq" Version="4.20.70" />
|
|
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.2" />
|
|
|
|
<!-- Centralized from src/ -->
|
|
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.2" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2" />
|
|
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
|
|
<PackageVersion Include="StackExchange.Redis" Version="2.8.31" />
|
|
<PackageVersion Include="Yarp.ReverseProxy" Version="2.3.0" />
|
|
</ItemGroup>
|
|
</Project>
|