Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

dotnet 5.0 #681

Merged
merged 32 commits into from
Dec 22, 2020
Merged

dotnet 5.0 #681

merged 32 commits into from
Dec 22, 2020

Conversation

chenzhitong
Copy link
Member

No description provided.

shargon
shargon previously approved these changes Nov 23, 2020
Copy link
Member

@shargon shargon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait for preview4

Directory.Build.props Outdated Show resolved Hide resolved
@@ -7,7 +7,7 @@ COPY NuGet.Config /neo-cli
WORKDIR /neo-cli
RUN dotnet restore && dotnet publish -c Release -o /app

FROM mcr.microsoft.com/dotnet/core/runtime:3.0 AS Final
FROM mcr.microsoft.com/dotnet/core/runtime:5.0.0 AS Final
RUN apt-get update && apt-get install -y \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.0.100 as well?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, they updated the namespaces for their docker images. See dotnet/dotnet-docker#2375

The new one should be mcr.microsoft.com/dotnet/runtime:5.0 (or whatever version you want)

Dockerfile Outdated Show resolved Hide resolved
Co-authored-by: Yak Jun Xiang <snowypowers+github@gmail.com>
@superboyiii superboyiii mentioned this pull request Dec 21, 2020
36 tasks
shargon
shargon previously approved these changes Dec 21, 2020

<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>preview4</VersionSuffix>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change VersionSuffix?

@@ -1,16 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change <PackageReference Include="Neo" Version="3.0.0-preview4" /> ?

.github/workflows/dotnetcore.yml Outdated Show resolved Hide resolved
Directory.Build.props Outdated Show resolved Hide resolved
@erikzhang erikzhang merged commit 31bb3ca into neo-project:master Dec 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants