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 8
8
<PackageId >TestWebApp</PackageId >
9
9
</PropertyGroup >
10
10
11
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >
12
- <DefineConstants >NETCOREAPP_2_1</DefineConstants >
13
- </PropertyGroup >
14
11
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
15
12
<DefineConstants >NETCOREAPP_3_1</DefineConstants >
16
13
</PropertyGroup >
19
16
<ProjectReference Include =" ..\..\src\Amazon.Lambda.AspNetCoreServer\Amazon.Lambda.AspNetCoreServer.csproj" />
20
17
</ItemGroup >
21
18
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'" >
29
20
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 1.1.0" />
30
21
</ItemGroup >
31
22
You can’t perform that action at this time.
0 commit comments