-
Notifications
You must be signed in to change notification settings - Fork 440
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
dotnet 8 updates #14
base: main
Are you sure you want to change the base?
dotnet 8 updates #14
Conversation
ContosoPizza/ContosoPizza.csproj
Outdated
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.*" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.6" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.*" /> |
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.
should be able to do 8.0.*-*
I think also want to update this to net8.0 https://github.com/MicrosoftDocs/mslearn-create-razor-pages-aspnet-core/blob/main/ContosoPizza/ContosoPizza.csproj#L4 |
Also, can you go through and maybe do all new top level namespaces https://github.com/MicrosoftDocs/mslearn-create-razor-pages-aspnet-core/blob/main/ContosoPizza/Services/PizzaService.cs#L4 a bunch of files that need that updated |
Forgot to push the latest commit with this |
@alexwolfmsft did we update the learn module? |
#sign-off |
@alexwolfmsft are you able to merge this yourself? |
@jongalloway can you merge? |
No description provided.