8 lines
223 B
XML
8 lines
223 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<DefaultTargetFramework>netcoreapp3.1</DefaultTargetFramework>
|
|
<MvcVersion>3.1.7</MvcVersion>
|
|
<Version Condition="$(Version) == ''">0.2.1</Version>
|
|
</PropertyGroup>
|
|
|
|
</Project> |