File tree 4 files changed +6
-13
lines changed
src/AspNetCore.Identity.DynamoDB
tests/AspNetCore.Identity.DynamoDB.Tests 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ matrix:
19
19
20
20
env :
21
21
global :
22
- - CLI_VERSION=2.1.1
22
+ - CLI_VERSION=2.1.4
23
23
- COMMIT=${TRAVIS_COMMIT::8}
24
24
- AWS_ACCESS_KEY_ID=MOCK_ID
25
25
- AWS_SECRET_ACCESS_KEY=MOCK_SECRET_KEY
@@ -34,7 +34,7 @@ before_install:
34
34
install :
35
35
- npm install semver -g
36
36
- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
37
- - curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "1.0 .4" --install-dir "$DOTNET_INSTALL_DIR"
37
+ - curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "2.1 .4" --install-dir "$DOTNET_INSTALL_DIR"
38
38
- curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
39
39
- export PATH="$DOTNET_INSTALL_DIR:$DOTNET_105_INSTALL_DIR:$PATH"
40
40
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ environment:
2
2
AWS_ACCESS_KEY_ID : MOCK_ID
3
3
AWS_SECRET_ACCESS_KEY : MOCK_SECRET_KEY
4
4
AWS_SESSION_TOKEN : MOCK_SESSION_TOKEN
5
- CLI_VERSION : 2.1.1
5
+ CLI_VERSION : 2.1.4
6
6
DOTNET_INSTALL_DIR : .\dotnetcli
7
7
8
8
install :
Original file line number Diff line number Diff line change 16
16
<Copyright >(c) 2017 Vasiliy Solovey</Copyright >
17
17
</PropertyGroup >
18
18
19
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6'" >
20
- <PackageReference Include =" Microsoft.AspNetCore.Identity" Version =" 1.0.1" />
21
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.1" />
22
- <PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.3.3" />
23
- <PackageReference Update =" NETStandard.Library" Version =" 1.6.0" />
24
- </ItemGroup >
25
-
26
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
19
+ <ItemGroup >
27
20
<PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.3.3" />
28
21
<PackageReference Include =" Microsoft.AspNetCore.Identity" Version =" 2.0.0" />
29
22
<PackageReference Include =" Microsoft.Extensions.Identity.Core" Version =" 2.0.1" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2.0 </TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp2.1 </TargetFrameworks >
5
5
<DebugType >portable</DebugType >
6
6
<AssemblyName >AspNetCore.Identity.DynamoDB.Tests</AssemblyName >
7
7
<PackageId >AspNetCore.Identity.DynamoDB.Tests</PackageId >
You can’t perform that action at this time.
0 commit comments