File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments