Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 33d0c23

Browse files
committed
.NET 6 build info
1 parent 93fc32e commit 33d0c23

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SET MSBUILD="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
1+
SET MSBUILD="C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\MSBuild.exe"
22

3-
%MSBUILD% build.proj /property:Configuration=Release;MinorVersion=4;PatchVersion=1
3+
%MSBUILD% build.proj /p:Configuration=Release /p:MinorVersion=12 /p:PatchVersion=1

tests/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@
2222
<DefineConstants>$(DefineConstants);NETCORE_SUPPORT;NETCORE</DefineConstants>
2323
</PropertyGroup>
2424

25+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
26+
<DefineConstants>$(DefineConstants);NETCORE_SUPPORT;NET_6</DefineConstants>
27+
</PropertyGroup>
28+
2529
</Project>

0 commit comments

Comments
 (0)