diff --git a/Binder Dependencies/Dockerfile b/Binder Dependencies/Dockerfile index 0105f48bba..5e939354d5 100644 --- a/Binder Dependencies/Dockerfile +++ b/Binder Dependencies/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get install -y --no-install-recommends \ RUN rm -rf /var/lib/apt/lists/* # Install .NET Core SDK -ENV DOTNET_SDK_VERSION 3.1.101 +ENV DOTNET_SDK_VERSION 3.1.200 RUN curl -SL --output dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ && dotnet_sha512='eeee75323be762c329176d5856ec2ecfd16f06607965614df006730ed648a5b5d12ac7fd1942fe37cfc97e3013e796ef278e7c7bc4f32b8680585c4884a8a6a1' \ diff --git a/Dockerfile b/Dockerfile index b6a48295e8..edc7d38ff4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get install -y --no-install-recommends \ RUN rm -rf /var/lib/apt/lists/* # Install .NET Core SDK -ENV DOTNET_SDK_VERSION 3.1.101 +ENV DOTNET_SDK_VERSION 3.1.200 RUN curl -SL --output dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \ && dotnet_sha512='eeee75323be762c329176d5856ec2ecfd16f06607965614df006730ed648a5b5d12ac7fd1942fe37cfc97e3013e796ef278e7c7bc4f32b8680585c4884a8a6a1' \ diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b54a440bdb..d35a7ebca5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ variables: - name: _DotNetArtifactsCategory value: .NETCore - name: DotNetSdkVersion - value: '3.1.101' + value: '3.1.200' - name: TryDotNetPackagesPath value: $(Build.SourcesDirectory)/artifacts/.trydotnet/packages diff --git a/global.json b/global.json index 2f9332ce31..b3f0164278 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "3.1.101", + "version": "3.1.200", "rollForward": "latestMinor" }, "tools": { - "dotnet": "3.1.101", + "dotnet": "3.1.200", "rollForward": "latestMinor" }, "msbuild-sdks": {