Skip to content
Snippets Groups Projects
Commit a0863aa5 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Merge branch 'Issue/1910-MigrationtoNET6.0' into 'dev'

Update: Migrated to .NET6.0 (coscine/issues#1910)

See merge request !20
parents e7feb47b 4d773e3e
No related branches found
No related tags found
2 merge requests!21Release: Sprint/2022 06 :robot:,!20Update: Migrated to .NET6.0 (coscine/issues#1910)
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>Coscine.ProxyApi.Tests</RootNamespace> <RootNamespace>Coscine.ProxyApi.Tests</RootNamespace>
<AssemblyName>Coscine.ProxyApi.Tests</AssemblyName> <AssemblyName>Coscine.ProxyApi.Tests</AssemblyName>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ProxyApi\ProxyApi.csproj" /> <ProjectReference Include="..\ProxyApi\ProxyApi.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="NUnit" Version="3.13.1" /> <PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" /> <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 17
VisualStudioVersion = 16.0.28803.352 VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxyApi", "ProxyApi\ProxyApi.csproj", "{C1D39CFD-98E8-4EB1-AC5A-81E7583CAFB7}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyApi", "ProxyApi\ProxyApi.csproj", "{C1D39CFD-98E8-4EB1-AC5A-81E7583CAFB7}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxyApi.Tests", "ProxyApi.Tests\ProxyApi.Tests.csproj", "{C102F002-4820-4CCB-9A39-19B26B1F346B}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxyApi.Tests", "ProxyApi.Tests\ProxyApi.Tests.csproj", "{C102F002-4820-4CCB-9A39-19B26B1F346B}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>Coscine.ProxyApi</RootNamespace> <RootNamespace>Coscine.ProxyApi</RootNamespace>
<AssemblyName>Coscine.ProxyApi</AssemblyName> <AssemblyName>Coscine.ProxyApi</AssemblyName>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Version>2.0.0</Version> <Version>2.0.0</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Coscine.Configuration" Version="2.*-*" /> <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="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> </ItemGroup>
</Project> </Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment