|
|
|
@ -6,13 +6,29 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<AspNetCoreVersion>3.0.0</AspNetCoreVersion> |
|
|
|
<AspNetCoreVersion Condition=" '$(TargetFramework)' == 'net461' Or |
|
|
|
'$(TargetFramework)' == 'net472' Or |
|
|
|
'$(TargetFramework)' == 'netstandard2.0' Or |
|
|
|
'$(TargetFramework)' == 'netcoreapp2.1' ">2.1.0</AspNetCoreVersion> |
|
|
|
<AspNetCoreVersion Condition=" '$(TargetFramework)' == 'netstandard2.1' Or |
|
|
|
'$(TargetFramework)' == 'netcoreapp3.0' ">3.0.0</AspNetCoreVersion> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<ExtensionsVersion Condition=" '$(TargetFramework)' == 'net461' Or |
|
|
|
'$(TargetFramework)' == 'net472' Or |
|
|
|
'$(TargetFramework)' == 'netcoreapp2.1' Or |
|
|
|
'$(TargetFramework)' == 'netstandard2.0' ">2.1.0</ExtensionsVersion> |
|
|
|
<ExtensionsVersion Condition=" '$(TargetFramework)' == 'netstandard2.1' Or |
|
|
|
'$(TargetFramework)' == 'netcoreapp3.0' ">3.0.0</ExtensionsVersion> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<BclAsyncInterfacesVersion>1.0.0</BclAsyncInterfacesVersion> |
|
|
|
<BouncyCastleVersion>1.8.5</BouncyCastleVersion> |
|
|
|
<DataAnnotationsVersion>4.4.0</DataAnnotationsVersion> |
|
|
|
<EntityFrameworkVersion>6.3.0</EntityFrameworkVersion> |
|
|
|
<EntityFrameworkCoreVersion>3.0.0</EntityFrameworkCoreVersion> |
|
|
|
<ExtensionsVersion>3.0.0</ExtensionsVersion> |
|
|
|
<JetBrainsVersion>2019.1.3</JetBrainsVersion> |
|
|
|
<JsonNetVersion>12.0.2</JsonNetVersion> |
|
|
|
<JsonNetBsonVersion>1.0.2</JsonNetBsonVersion> |
|
|
|
|