diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-01-30 01:40:42 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-01-30 01:40:42 +0100 |
| commit | bbe0fb036a790b6a23a478d3f047add63b3b07a6 (patch) | |
| tree | 230c9b2ea07fd06754a6b098b2d81a205fedad2e /src/IOL.VippsEcommerce.Client | |
| parent | 0f8ea12cb021c4bbe6fc08533b24ed7fc578f994 (diff) | |
| download | dotnet-vipps-ecommerce-bbe0fb036a790b6a23a478d3f047add63b3b07a6.tar.xz dotnet-vipps-ecommerce-bbe0fb036a790b6a23a478d3f047add63b3b07a6.zip | |
feat: Cleanup unused dependencies and target net6.0
Diffstat (limited to 'src/IOL.VippsEcommerce.Client')
| -rw-r--r-- | src/IOL.VippsEcommerce.Client/IOL.VippsEcommerce.Client.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IOL.VippsEcommerce.Client/IOL.VippsEcommerce.Client.csproj b/src/IOL.VippsEcommerce.Client/IOL.VippsEcommerce.Client.csproj index 9c27c35..0d341b6 100644 --- a/src/IOL.VippsEcommerce.Client/IOL.VippsEcommerce.Client.csproj +++ b/src/IOL.VippsEcommerce.Client/IOL.VippsEcommerce.Client.csproj @@ -2,15 +2,15 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>net5.0</TargetFramework> + <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\IOL.VippsEcommerce\IOL.VippsEcommerce.csproj" /> + <ProjectReference Include="..\IOL.VippsEcommerce\IOL.VippsEcommerce.csproj" /> </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" /> + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> </ItemGroup> </Project> |
