Skip to content

Commit 97128c5

Browse files
author
Artak Mkrtchyan
committed
Fixed the package versions
1 parent 0044c8f commit 97128c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
3-
<AspNetCoreVersion>5.0.0.0</AspNetCoreVersion>
4-
<BlazorVersion>5.0.0.0</BlazorVersion>
5-
<EntityFrameworkVersion>5.0.0.0</EntityFrameworkVersion>
6-
<SystemNetHttpJsonVersion>5.0.0.0</SystemNetHttpJsonVersion>
3+
<AspNetCoreVersion>5.0.0</AspNetCoreVersion>
4+
<BlazorVersion>5.0.0</BlazorVersion>
5+
<EntityFrameworkVersion>5.0.0</EntityFrameworkVersion>
6+
<SystemNetHttpJsonVersion>5.0.0</SystemNetHttpJsonVersion>
77
</PropertyGroup>
88
</Project>

0 commit comments

Comments
 (0)