Skip to content

Commit

Permalink
#218 - Fix version definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Mar 2, 2019
1 parent b56e021 commit 3176615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Money.UI.Blazor/Money.UI.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<RunCommand>dotnet</RunCommand>
<RunArguments>blazor serve</RunArguments>
<RootNamespace>Money</RootNamespace>
<VersionPrefix>1.7.0.0</VersionPrefix>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand All @@ -29,6 +30,4 @@
</Content>
<Compile Update="**\*.cshtml.cs" DependentUpon="%(Filename)" />
</ItemGroup>

<!--<Import Project="$(SolutionDir)\build\Blazor.targets" />-->
</Project>

0 comments on commit 3176615

Please sign in to comment.