File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Orm/Xtensive.Orm/NuGetContent/build/net6.0 Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4242 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
4343 <TargetFrameworks >$(TargetFrameworks)</TargetFrameworks > <!-- the property -->
4444 <TargetFrameworks Condition =" '$(TargetFrameworks)'==''" >$(DO_TargetFrameworks)</TargetFrameworks > <!-- env var -->
45- <TargetFrameworks Condition =" '$(TargetFrameworks)'==''" >net5 .0</TargetFrameworks > <!-- fallback to default -->
45+ <TargetFrameworks Condition =" '$(TargetFrameworks)'==''" >net6 .0</TargetFrameworks > <!-- fallback to default -->
4646 <LangVersion >9.0</LangVersion >
4747 <SolutionDir Condition =" $(SolutionDir) == ''" >$([MSBuild]::EnsureTrailingSlash(
4848 $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)', 'Orm.sln'))))</SolutionDir >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
3+ <!--
4+ Copyright (C) 2011-2013 Xtensive LLC.
5+ All rights reserved.
6+ For conditions of distribution and use, see license.
7+ -->
8+
9+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
10+
11+ <Import Project =" $(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+ </Project >
You can’t perform that action at this time.
0 commit comments