Skip to content

Commit b596be9

Browse files
committed
Adds preview language features
1 parent 2acf359 commit b596be9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/https/https.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
6-
<LangVersion>latest</LangVersion>
6+
<LangVersion>preview</LangVersion>
77
</PropertyGroup>
88

99
<PropertyGroup>

tests/https.Tests/https.Tests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
7-
86
<RootNamespace>Https.Tests</RootNamespace>
7+
<LangVersion>preview</LangVersion>
98
</PropertyGroup>
109

1110
<ItemGroup>

0 commit comments

Comments
 (0)