We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2cc47 commit 3e0c3ceCopy full SHA for 3e0c3ce
Directory.Build.props
@@ -1,8 +1,8 @@
1
<Project>
2
<PropertyGroup>
3
- <AspNetCoreVersion>5.0.0-rc.2.*</AspNetCoreVersion>
4
- <BlazorVersion>5.0.0-rc.2.*</BlazorVersion>
5
- <EntityFrameworkVersion>5.0.0-rc.2.*</EntityFrameworkVersion>
6
- <SystemNetHttpJsonVersion>5.0.0-rc.2.*</SystemNetHttpJsonVersion>
+ <AspNetCoreVersion>5.0.0.0</AspNetCoreVersion>
+ <BlazorVersion>5.0.0.0</BlazorVersion>
+ <EntityFrameworkVersion>5.0.0.0</EntityFrameworkVersion>
+ <SystemNetHttpJsonVersion>5.0.0.0</SystemNetHttpJsonVersion>
7
</PropertyGroup>
8
</Project>
0 commit comments