File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- dist : trusty
1
+ dist : xenial
2
2
sudo : false
3
3
language : python
4
4
@@ -12,16 +12,16 @@ matrix:
12
12
addons : &xplat-addons
13
13
apt :
14
14
sources :
15
- - sourceline : deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty -prod trusty main
15
+ - sourceline : deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial -prod xenial main
16
16
key_url : https://packages.microsoft.com/keys/microsoft.asc
17
- - sourceline : deb http://download.mono-project.com/repo/ubuntu trusty main
17
+ - sourceline : deb http://download.mono-project.com/repo/ubuntu xenial main
18
18
key_url : http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA6A19B38D3D831EF
19
19
packages :
20
20
- mono-devel
21
21
- ca-certificates-mono
22
- - dotnet-hostfxr-2.0.0
23
- - dotnet-runtime-2.0.0
24
- - dotnet-sdk-2.0.0
22
+ - dotnet-hostfxr-2.2
23
+ - dotnet-runtime-2.2
24
+ - dotnet-sdk-2.2
25
25
26
26
- python : 3.5
27
27
env : *xplat-env
@@ -45,9 +45,9 @@ matrix:
45
45
packages :
46
46
- mono-devel
47
47
- ca-certificates-mono
48
- - dotnet-hostfxr-2.0.0
49
- - dotnet-runtime-2.0.0
50
- - dotnet-sdk-2.0.0
48
+ - dotnet-hostfxr-2.2
49
+ - dotnet-runtime-2.2
50
+ - dotnet-sdk-2.2
51
51
52
52
# --------------------- Classic builds ------------------------
53
53
- python : 2.7
84
84
addons :
85
85
apt :
86
86
sources :
87
- - sourceline : deb http://download.mono-project.com/repo/ubuntu trusty main
87
+ - sourceline : deb http://download.mono-project.com/repo/ubuntu xenial main
88
88
key_url : http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA6A19B38D3D831EF
89
89
packages :
90
90
- mono-devel
Original file line number Diff line number Diff line change 30
30
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
31
31
<PythonBuildDir Condition =" '$(PythonBuildDir)' == ''" >$(SolutionDir)\bin\</PythonBuildDir >
A872
32
32
<PublishDir Condition =" '$(TargetFramework)'!='net40'" >$(PythonBuildDir)\$(TargetFramework)\</PublishDir >
33
- <LangVersion >6 </LangVersion >
33
+ <LangVersion >7.3 </LangVersion >
34
34
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
35
35
<AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
36
36
<CustomDefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(PYTHONNET_DEFINE_CONSTANTS)</CustomDefineConstants >
Original file line number Diff line number Diff line change 15
15
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
16
16
<PythonBuildDir Condition =" '$(PythonBuildDir)' == '' " >$(SolutionDir)\bin\</PythonBuildDir >
17
17
<AppDesignerFolder >Properties</AppDesignerFolder >
18
- <LangVersion >6 </LangVersion >
18
+ <LangVersion >7.3 </LangVersion >
19
19
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
20
20
<SignAssembly >false</SignAssembly >
21
21
<AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments