File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ before_install:
25
25
- sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
26
26
- 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'
27
27
- 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
29
29
30
30
script :
31
31
- dotnet restore
Original file line number Diff line number Diff line change 7
7
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
8
8
<AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10
- <RuntimeFrameworkVersion >2.0.0 </RuntimeFrameworkVersion >
10
+ <RuntimeFrameworkVersion >2.0.5 </RuntimeFrameworkVersion >
11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 18
18
<AssemblyName >MySqlConnector.Tests</AssemblyName >
19
19
<PackageId >MySqlConnector.Tests</PackageId >
20
20
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
21
- <RuntimeFrameworkVersion >2.0.0 </RuntimeFrameworkVersion >
21
+ <RuntimeFrameworkVersion >2.0.5 </RuntimeFrameworkVersion >
22
22
</PropertyGroup >
23
23
24
24
<ItemGroup >
Original file line number Diff line number Diff line change 21
21
<ServerGarbageCollection >true</ServerGarbageCollection >
22
22
<ConcurrentGarbageCollection >true</ConcurrentGarbageCollection >
23
23
<ThreadPoolMinThreads >64</ThreadPoolMinThreads >
24
- <RuntimeFrameworkVersion >2.0.0 </RuntimeFrameworkVersion >
24
+ <RuntimeFrameworkVersion >2.0.5 </RuntimeFrameworkVersion >
25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
You can’t perform that action at this time.
0 commit comments