-
Notifications
You must be signed in to change notification settings - Fork 224
Conversation
update from neo-project
This reverts commit 42d0ef7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait for preview4
@@ -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 \ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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)
Co-authored-by: Yak Jun Xiang <snowypowers+github@gmail.com>
Directory.Build.props
Outdated
|
||
<PropertyGroup> | ||
<VersionPrefix>3.0.0</VersionPrefix> | ||
<VersionSuffix>preview4</VersionSuffix> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change VersionSuffix
?
neo-cli/neo-cli.csproj
Outdated
@@ -1,16 +1,11 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> |
There was a problem hiding this comment.
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" />
?
No description provided.