File tree Expand file tree Collapse file tree
src/services/api/CodeBreaker.APIs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
44 <TargetFramework >net7.0</TargetFramework >
1010
1111 <ItemGroup >
1212 <PackageReference Include =" Azure.Identity" Version =" 1.8.2" />
13+ <PackageReference Include =" BastaSpring2023.Codebreaker.Data.Cosmos" Version =" 1.0.0-preview.1.8" />
14+ <PackageReference Include =" BastaSpring2023.Codebreaker.Shared" Version =" 1.0.0-preview.1.6" />
1315 <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" />
1416 <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7.0.3" />
1517 <PackageReference Include =" Microsoft.Azure.AppConfiguration.AspNetCore" Version =" 5.2.0" />
1921 <PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
2022 </ItemGroup >
2123
22- <ItemGroup >
23- <ProjectReference Include =" ..\..\shared\CodeBreaker.Data\CodeBreaker.Data.csproj" />
24- </ItemGroup >
25-
2624</Project >
You can’t perform that action at this time.
0 commit comments