|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 | <PropertyGroup> |
5 | | - <TargetFrameworks>net452;netcoreapp2.0;netcoreapp3.1</TargetFrameworks> |
| 5 | + <TargetFrameworks>net452;netcoreapp3.1</TargetFrameworks> |
6 | 6 | <Company>Amazon.com, Inc</Company> |
7 | 7 | <Product>Amazon Web Service X-Ray Recorder</Product> |
8 | 8 | <Copyright>Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright> |
|
12 | 12 | <AssemblyOriginatorKeyFile>../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile> |
13 | 13 | </PropertyGroup> |
14 | 14 |
|
15 | | - |
| 15 | + |
16 | 16 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'"> |
17 | 17 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
18 | 18 | <NoWarn>0618;1701;1702;1705</NoWarn> |
|
26 | 26 | <DefineConstants>NET45</DefineConstants> |
27 | 27 | </PropertyGroup> |
28 | 28 |
|
29 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.0|AnyCPU'"> |
30 | | - <DefineConstants>TRACE;DEBUG</DefineConstants> |
31 | | - <NoWarn>0618;1701;1702;1705</NoWarn> |
32 | | - </PropertyGroup> |
33 | | - |
34 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp2.0|AnyCPU'"> |
35 | | - <NoWarn>0618;1701;1702;1705</NoWarn> |
36 | | - </PropertyGroup> |
37 | | - |
38 | 29 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.1|AnyCPU'"> |
39 | 30 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
40 | 31 | <NoWarn>0618;1701;1702;1705</NoWarn> |
|
45 | 36 | </PropertyGroup> |
46 | 37 |
|
47 | 38 | <ItemGroup> |
48 | | - <PackageReference Include="AWSSDK.Core" Version="3.5.1.23" /> |
49 | | - <PackageReference Include="AWSSDK.DynamoDBv2" Version="3.5.1.1" /> |
50 | | - <PackageReference Include="AWSSDK.Lambda" Version="3.5.0.25" /> |
51 | | - <PackageReference Include="AWSSDK.S3" Version="3.5.3.1" /> |
52 | | - <PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.5.0.26" /> |
53 | | - <PackageReference Include="Moq" Version="4.7.137" /> |
54 | | - </ItemGroup> |
55 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
56 | | - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.0"> |
57 | | - </PackageReference> |
58 | | - |
59 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0"> |
60 | | - </PackageReference> |
61 | | - |
62 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" /> |
63 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.0" /> |
64 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0" /> |
65 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="2.0.0" /> |
| 39 | + <PackageReference Include="AWSSDK.Core" Version="3.7.8.6" /> |
| 40 | + <PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.3.7" /> |
| 41 | + <PackageReference Include="AWSSDK.Lambda" Version="3.7.9.4" /> |
| 42 | + <PackageReference Include="AWSSDK.S3" Version="3.7.8.4" /> |
| 43 | + <PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.3.32" /> |
| 44 | + <PackageReference Include="Moq" Version="4.17.2" /> |
66 | 45 | </ItemGroup> |
67 | 46 | <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'"> |
68 | 47 | <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" /> |
69 | 48 | <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.0" /> |
70 | 49 | <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0" /> |
71 | 50 | </ItemGroup> |
72 | 51 | <ItemGroup> |
73 | | - <PackageReference Include="System.Data.SQLite" Version="1.0.113.7" /> |
74 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" /> |
75 | | - <PackageReference Include="MSTest.TestAdapter" Version="1.1.18" /> |
76 | | - <PackageReference Include="MSTest.TestFramework" Version="1.1.18" /> |
| 52 | + <PackageReference Include="System.Data.SQLite" Version="1.0.115.5" /> |
| 53 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> |
| 54 | + <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> |
| 55 | + <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> |
77 | 56 | </ItemGroup> |
78 | 57 | <ItemGroup> |
79 | 58 | <ProjectReference Include="..\..\src\Core\AWSXRayRecorder.Core.csproj" /> |
|
93 | 72 | </ItemGroup> |
94 | 73 | <ItemGroup Condition="'$(TargetFramework)' == 'net452'"> |
95 | 74 | <PackageReference Include="EntityFramework" Version="6.4.4" /> |
96 | | - <PackageReference Include="System.Data.SQLite.EF6" Version="1.0.113" /> |
| 75 | + <PackageReference Include="System.Data.SQLite.EF6" Version="1.0.115.5" /> |
97 | 76 | <Compile Remove="Tools\MockHttpRequestNetcore.cs" /> |
98 | 77 | <Compile Remove="Tools\MockHttpRequestFactoryNetcore.cs" /> |
99 | 78 | <Compile Remove="Tools\CustomWebResponse.cs" /> |
|
0 commit comments