File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Libraries/test/TestWebApp Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 88 <PackageId >TestWebApp</PackageId >
99 </PropertyGroup >
1010
11- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >
12- <DefineConstants >NETCOREAPP_2_1</DefineConstants >
13- </PropertyGroup >
1411 <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
1512 <DefineConstants >NETCOREAPP_3_1</DefineConstants >
1613 </PropertyGroup >
1916 <ProjectReference Include =" ..\..\src\Amazon.Lambda.AspNetCoreServer\Amazon.Lambda.AspNetCoreServer.csproj" />
2017 </ItemGroup >
2118
22- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >
23- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.5" >
24- <Publish Condition =" '%(PackageReference.Version)' == ''" >true</Publish >
25- </PackageReference >
26- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 1.1.0" />
27- </ItemGroup >
28- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
19+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
2920 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 1.1.0" />
3021 </ItemGroup >
3122
You can’t perform that action at this time.
0 commit comments