File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
AgileConfig.Server.ServiceTests Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
2121 </ItemGroup >
2222
2323 <ItemGroup >
24+ <ProjectReference Include =" ..\..\src\AgileConfig.Server.Common\AgileConfig.Server.Common.csproj" />
2425 <ProjectReference Include =" ..\..\src\AgileConfig.Server.Data.Repository.Freesql\AgileConfig.Server.Data.Repository.Freesql.csproj" />
2526 <ProjectReference Include =" ..\..\src\AgileConfig.Server.Data.Repository.Mongodb\AgileConfig.Server.Data.Repository.Mongodb.csproj" />
2627 <ProjectReference Include =" ..\..\src\AgileConfig.Server.Data.Repository.Selector\AgileConfig.Server.Data.Repository.Selector.csproj" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
1919
2020 <ItemGroup >
2121 <ProjectReference Include =" ..\..\src\AgileConfig.Server.Apisite\AgileConfig.Server.Apisite.csproj" />
22+ <ProjectReference Include =" ..\..\src\AgileConfig.Server.Common\AgileConfig.Server.Common.csproj" />
2223 </ItemGroup >
2324
2425</Project >
You can’t perform that action at this time.
0 commit comments