Files
server/src/SharedWeb/SharedWeb.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
737 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2026-01-13 04:02:56 -05:00
<PropertyGroup>
<!-- These opt outs should be removed when all warnings are addressed -->
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA1304</WarningsNotAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Infrastructure.Dapper\Infrastructure.Dapper.csproj" />
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\Infrastructure.EntityFramework\Infrastructure.EntityFramework.csproj" />
</ItemGroup>
<ItemGroup>
2026-01-30 18:01:20 +00:00
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="[4.23.0]" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="[9.0.4]" />
</ItemGroup>
</Project>