Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jwt Handler
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
Jwt Handler
Commits
2b7a6ea1
Commit
2b7a6ea1
authored
3 years ago
by
Sirieam Marie Hunke
Committed by
L. Ellenbeck
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update: Migrated to .NET6.0 (coscine/issues#1910)
parent
d2fec0b9
No related branches found
No related tags found
2 merge requests
!18
Release: Sprint/2022 06 :robot:
,
!16
Update: Migrated to .NET6.0 (coscine/issues#1910)
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/JwtHandler.Tests/JwtHandler.Tests.csproj
+4
-4
4 additions, 4 deletions
src/JwtHandler.Tests/JwtHandler.Tests.csproj
src/JwtHandler.sln
+4
-4
4 additions, 4 deletions
src/JwtHandler.sln
src/JwtHandler/JwtHandler.csproj
+4
-4
4 additions, 4 deletions
src/JwtHandler/JwtHandler.csproj
with
12 additions
and
12 deletions
src/JwtHandler.Tests/JwtHandler.Tests.csproj
+
4
−
4
View file @
2b7a6ea1
...
...
@@ -3,14 +3,14 @@
<OutputType>Library</OutputType>
<RootNamespace>Coscine.JwtHandler.Tests</RootNamespace>
<AssemblyName>Coscine.JwtHandler.Tests</AssemblyName>
<TargetFrameworks>net
5
.0;net461</TargetFrameworks>
<TargetFrameworks>net
6
.0;net461</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\JwtHandler\JwtHandler.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="1
6.8.3
" />
<PackageReference Include="NUnit" Version="3.13.
1
" />
<PackageReference Include="NUnit3TestAdapter" Version="
3.17.0
" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="1
7.1.0
" />
<PackageReference Include="NUnit" Version="3.13.
3
" />
<PackageReference Include="NUnit3TestAdapter" Version="
4.2.1
" />
</ItemGroup>
</Project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/JwtHandler.sln
+
4
−
4
View file @
2b7a6ea1
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 1
6
VisualStudioVersion = 1
6.0.30320.27
# Visual Studio Version 1
7
VisualStudioVersion = 1
7.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "JwtHandler", "JwtHandler\JwtHandler.csproj", "{F17CF42D-AF36-45A4-9A81-1804E27857BD}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "JwtHandler", "JwtHandler\JwtHandler.csproj", "{F17CF42D-AF36-45A4-9A81-1804E27857BD}"
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "JwtHandler.Tests", "JwtHandler.Tests\JwtHandler.Tests.csproj", "{09823FA2-31B4-462B-B534-956C74B56DB3}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "JwtHandler.Tests", "JwtHandler.Tests\JwtHandler.Tests.csproj", "{09823FA2-31B4-462B-B534-956C74B56DB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
This diff is collapsed.
Click to expand it.
src/JwtHandler/JwtHandler.csproj
+
4
−
4
View file @
2b7a6ea1
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>Coscine.JwtHandler</RootNamespace>
<AssemblyName>Coscine.JwtHandler</AssemblyName>
<TargetFrameworks>net
5
.0;net461</TargetFrameworks>
<TargetFrameworks>net
6
.0;net461</TargetFrameworks>
<Version>2.0.1</Version>
</PropertyGroup>
<PropertyGroup>
...
...
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Coscine.Configuration" Version="2.*-*" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.
8
.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.
8
.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.
16
.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.
16
.0" />
</ItemGroup>
</Project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment