Skip to content

Commit ef56309

Browse files
Update to .NET Core 3 RTM (#390)
1 parent 3d1c1e8 commit ef56309

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
version: '{build}'
2-
image: Visual Studio 2017
2+
image: Visual Studio 2019
33

44
environment:
55
RELEASE_KEY_SECRET:
66
secure: qK/vt4/ihLipeamB7l+Dng==
77

88
install:
9-
# TODO remove when .NET Core 3.0 stable is available
10-
- nuget update -self
11-
- ps: "Invoke-WebRequest -Uri https://dot.net/v1/dotnet-install.ps1 -UseBasicParsing -OutFile $env:temp\\dotnet-install.ps1"
12-
- ps: "& $env:temp\\dotnet-install.ps1 -Architecture x64 -Version 3.0.100-rc1-014190 -InstallDir $env:ProgramFiles\\dotnet"
13-
149
- if defined RELEASE_KEY_SECRET (nuget install secure-file -ExcludeVersion -Verbosity quiet && secure-file\tools\secure-file -decrypt net\DevExtreme.AspNet.Data\release.snk.enc -secret %RELEASE_KEY_SECRET%)
1510
- nuget install -Verbosity quiet -ExcludeVersion -OutputDirectory . OpenCover
1611
- pip install -q codecov

net/DevExtreme.AspNet.Data.Tests.EFCore3/DevExtreme.AspNet.Data.Tests.EFCore3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0-rc1.19456.14" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
1111
<PackageReference Include="xunit" Version="2.3.1" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />

0 commit comments

Comments
 (0)