We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acf359 commit b596be9Copy full SHA for b596be9
src/https/https.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>netcoreapp2.1</TargetFramework>
6
- <LangVersion>latest</LangVersion>
+ <LangVersion>preview</LangVersion>
7
</PropertyGroup>
8
9
tests/https.Tests/https.Tests.csproj
@@ -1,11 +1,10 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
-
<IsPackable>false</IsPackable>
<RootNamespace>Https.Tests</RootNamespace>
10
11
<ItemGroup>
0 commit comments