-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Development #1348
base: master
Are you sure you want to change the base?
Development #1348
Changes from 4 commits
ecb4469
1afc006
f66dcf8
fbf0adb
e5e2a90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,9 @@ | |
<Content Remove="wwwroot\OData.tt" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.0.3" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These packages are subject to change based off availability. ] |
||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.3" /> | ||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.1" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.0.2" /> | ||
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.1" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.3" /> | ||
<PackageReference Include="MsSql.RestApi" Version="0.4.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" /> | ||
|
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.
This should get any package deprecation issues resolved and allow Visual Studio 2022 to be satisfied with the build dependencies with the latest available packages.