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