Skip to content

Commit a78b4b6

Browse files
committed
Move to net6.0
1 parent 657c407 commit a78b4b6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>

0 commit comments

Comments
 (0)