Skip to content

Commit 1083594

Browse files
committed
lang 7.3
1 parent 42885de commit 1083594

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed
Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
6-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
<LangVersion>7.3</LangVersion>
7+
</PropertyGroup>
78

8-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9-
<LangVersion>7.3</LangVersion>
10-
</PropertyGroup>
11-
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
14-
</ItemGroup>
15-
<ItemGroup>
16-
<ProjectReference Include="..\..\src\MicroBatchFramework.WebHosting\MicroBatchFramework.WebHosting.csproj" />
17-
<ProjectReference Include="..\..\src\MicroBatchFramework\MicroBatchFramework.csproj" />
18-
</ItemGroup>
9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
12+
</ItemGroup>
13+
<ItemGroup>
14+
<ProjectReference Include="..\..\src\MicroBatchFramework.WebHosting\MicroBatchFramework.WebHosting.csproj" />
15+
<ProjectReference Include="..\..\src\MicroBatchFramework\MicroBatchFramework.csproj" />
16+
</ItemGroup>
1917
</Project>

0 commit comments

Comments
 (0)