File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 <Import Project =" $(SolutionDir)MSBuild\DataObjects.Net.InternalBuild.targets" />
1515 <ItemGroup Condition =" '$(TargetFramework)'=='net5.0'" >
1616 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5.0.0" />
17+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6.0.0" />
18+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
19+ <PackageReference Include =" Microsoft.Extensions.Configuration.Xml" Version =" 6.0.0" />
1720 </ItemGroup >
1821 <ItemGroup Condition =" '$(TargetFramework)'=='net6.0'" >
1922 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0.1" />
23+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6.0.0" />
24+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
25+ <PackageReference Include =" Microsoft.Extensions.Configuration.Xml" Version =" 6.0.0" />
2026 </ItemGroup >
2127 <ItemGroup >
2228 <!-- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" /> -->
3541 <ProjectReference Include =" ..\Xtensive.Orm\Xtensive.Orm.csproj" />
3642 </ItemGroup >
3743 <ItemGroup >
44+ <None Update =" domainSettings.config" >
45+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
46+ </None >
47+ <None Update =" domainSettings.json" >
48+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
49+ </None >
3850 <None Update =" Northwind.xml" >
3951 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
4052 </None >
96108 <DependentUpon >TwoPartsModel.tt</DependentUpon >
97109 </Compile >
98110 </ItemGroup >
111+ <ProjectExtensions ><VisualStudio ><UserProperties /></VisualStudio ></ProjectExtensions >
99112</Project >
You can’t perform that action at this time.
0 commit comments