Skip to content

Commit 6ad155b

Browse files
committed
Change RuntimeFrameworkVersion to 2.0.5.
This allows the tests to run on a computer that only has the latest SDK installed.
1 parent 01b12c4 commit 6ad155b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
- sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
2626
- sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
2727
- sudo apt-get update
28-
- sudo apt-get install -y dotnet-sdk-2.0.0 dotnet-sharedframework-microsoft.netcore.app-1.1.2
28+
- sudo apt-get install -y dotnet-sdk-2.1.4 dotnet-sharedframework-microsoft.netcore.app-1.1.2
2929

3030
script:
3131
- dotnet restore

tests/Conformance.Tests/Conformance.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
88
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
10-
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
10+
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<AssemblyName>MySqlConnector.Tests</AssemblyName>
1919
<PackageId>MySqlConnector.Tests</PackageId>
2020
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
21-
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
21+
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

tests/SideBySide/SideBySide.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ServerGarbageCollection>true</ServerGarbageCollection>
2222
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
2323
<ThreadPoolMinThreads>64</ThreadPoolMinThreads>
24-
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
24+
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)