Skip to content

Commit 5f8a380

Browse files
committed
phase 1: add <LangVersion>7.3</LangVersion>
1 parent c3ba229 commit 5f8a380

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.vs/netcorekit/v16/.suo

-1.5 KB
Binary file not shown.

build/packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)netcorekit.snk</AssemblyOriginatorKeyFile>
77
<SignAssembly>true</SignAssembly>
88
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
9+
<LangVersion>7.3</LangVersion>
910
</PropertyGroup>
1011

1112
<PropertyGroup>

netcorekit.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreKit.RestTemplate.Sta
9393
EndProject
9494
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreKit.Infrastructure.EfCore.Tests", "src\NetCoreKit.Infrastructure.EfCore.Tests\NetCoreKit.Infrastructure.EfCore.Tests.csproj", "{B4C4A9F0-00F0-45D8-8A82-60870EBD17A3}"
9595
EndProject
96+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4F50C243-D572-4F13-B481-FC2E68822882}"
97+
ProjectSection(SolutionItems) = preProject
98+
build\common.props = build\common.props
99+
build\netcorekit.snk = build\netcorekit.snk
100+
build\packages.props = build\packages.props
101+
EndProjectSection
102+
EndProject
96103
Global
97104
GlobalSection(SolutionConfigurationPlatforms) = preSolution
98105
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)