Skip to content
Snippets Groups Projects

Release: Sprint/2022 06 :robot:

3 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -3,7 +3,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Coscine.ProxyApi</RootNamespace>
<AssemblyName>Coscine.ProxyApi</AssemblyName>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Version>2.0.0</Version>
</PropertyGroup>
<PropertyGroup>
@@ -17,8 +17,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Configuration" Version="2.*-*" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
</Project>
\ No newline at end of file
Loading