|
|
@ -2,11 +2,11 @@ |
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<TargetFramework>netcoreapp2.2</TargetFramework> |
|
|
<TargetFramework>netcoreapp3.0</TargetFramework> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="0.15.0" /> |
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="0.20.0" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
</Project> |
|
|
</Project> |
|
|
|