Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET/EF Core 2.0.3 patch pre-release test feed #274

Open
Eilon opened this issue Oct 23, 2017 · 0 comments
Open

ASP.NET/EF Core 2.0.3 patch pre-release test feed #274

Eilon opened this issue Oct 23, 2017 · 0 comments
Milestone

Comments

@Eilon
Copy link
Member

Eilon commented Oct 23, 2017

Hi, we now have a public test feed that you can use to try out the ASP.NET/EF Core 2.0.3 patch!

You can test this pre-release patch by adding the following feed to your app's or machine's NuGet.config file:

  • https://dotnet.myget.org/F/aspnet-2-0-2-october2017-patch-public/api/v3/index.json
    • image
    • (please ignore the name of the feed; it is incorrect 😦)

Update your project

  1. Open an existing .NET Core 2.0 project's CSPROJ file
  2. Update the version of the Microsoft.AspNetCore.All package from 2.0.0 to 2.0.3-*
  3. Update the version of all the other <PackageReference> items from 2.0.0 to 2.0.1-* (Note: This is a different version than the .All package!)
  4. Add the following element to the <PropertyGroup> at the top of the CSPROJ file:
    • <NoWarn>$(NOWARN);NU1605</NoWarn>
  5. From a command line window (terminal), run dotnet restore to restore the pre-release patch packages into the project (or restore packages from your IDE, such as Visual Studio 2017)
  6. You should now be able to run your project with the pre-release patch packages

Additional resources

Feedback

We are looking for feedback on this patch. We'd like to know if you have any issues with this patch by updating your apps and libraries to the latest packages and seeing if it fixes the issues you've had, or if it introduces any new issues. If you have any issues or questions, please reply on the discussion thread to let us know as soon as possible.

What's next

We will post an update when the patch is publicly available on NuGet.org.

Thanks,
Eilon

@Eilon Eilon added this to the 2.0.3 milestone Oct 23, 2017
@aspnet aspnet locked and limited conversation to collaborators Oct 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant