Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
Pid
Commits
09e990ac
Commit
09e990ac
authored
Dec 04, 2020
by
Marcel Nellesen
Browse files
Merge branch 'Sprint/2020-22' into 'master'
Sprint/2020 22 See merge request coscine/api/pid!6
parents
9433db21
cf9b08b8
Changes
3
Pipelines
9
Show whitespace changes
Inline
Side-by-side
src/Pid/App.config
View file @
09e990ac
...
...
@@ -24,15 +24,15 @@
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.IdentityModel.Logging"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
5.6.0
.0"
newVersion
=
"
5.6.0
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
6.7.1
.0"
newVersion
=
"
6.7.1
.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.IdentityModel.Tokens"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
5.6.0
.0"
newVersion
=
"
5.6.0
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
6.7.1
.0"
newVersion
=
"
6.7.1
.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
5.6.0
.0"
newVersion
=
"
5.6.0
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-
6.7.1
.0"
newVersion
=
"
6.7.1
.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.Numerics.Vectors"
publicKeyToken
=
"b03f5f7f11d50a3a"
culture
=
"neutral"
/>
...
...
@@ -168,11 +168,11 @@
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
6
.0.0"
newVersion
=
"1.2
6
.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
7
.0.0"
newVersion
=
"1.2
7
.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database.T4"
publicKeyToken
=
"84b4c404a0696261"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
6
.0.0"
newVersion
=
"1.2
6
.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
7
.0.0"
newVersion
=
"1.2
7
.0.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
...
...
src/Pid/Pid.csproj
View file @
09e990ac
...
...
@@ -51,20 +51,23 @@
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Action, Version=1.1
6
.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
6
.0\lib\net461\Coscine.Action.dll
</HintPath>
<Reference
Include=
"Coscine.Action, Version=1.1
7
.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
7
.0\lib\net461\Coscine.Action.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.ApiCommons, Version=1.1
0
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.1
0
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
<Reference
Include=
"Coscine.ApiCommons, Version=1.1
1
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.1
1
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Configuration.1.5.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database, Version=1.2
6
.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.2
6
.0\lib\net461\Coscine.Database.dll
</HintPath>
<Reference
Include=
"Coscine.Database, Version=1.2
7
.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.2
7
.0\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database.T4, Version=1.26.0.0, Culture=neutral, PublicKeyToken=84b4c404a0696261, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.26.0\lib\net461\Coscine.Database.T4.dll
</HintPath>
<Reference
Include=
"Coscine.Database.T4, Version=1.27.0.0, Culture=neutral, PublicKeyToken=84b4c404a0696261, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.27.0\lib\net461\Coscine.Database.T4.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.JwtHandler, Version=1.2.0.0, Culture=neutral, PublicKeyToken=aaacf41df3a6253c, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.JwtHandler.1.2.0\lib\net461\Coscine.JwtHandler.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e1ed402bc3f6525e, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Logging.1.2.0\lib\net461\Coscine.Logging.dll
</HintPath>
...
...
@@ -330,11 +333,11 @@
<Reference
Include=
"microsoft.identitymodel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.7.0.0\lib\net35\microsoft.identitymodel.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.IdentityModel.JsonWebTokens, Version=
5.6.0
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.JsonWebTokens.
5.6.0
\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll
</HintPath>
<Reference
Include=
"Microsoft.IdentityModel.JsonWebTokens, Version=
6.7.1
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.JsonWebTokens.
6.7.1
\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.IdentityModel.Logging, Version=
5.6.0
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.Logging.
5.6.0
\lib\net461\Microsoft.IdentityModel.Logging.dll
</HintPath>
<Reference
Include=
"Microsoft.IdentityModel.Logging, Version=
6.7.1
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.Logging.
6.7.1
\lib\net461\Microsoft.IdentityModel.Logging.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.IdentityModel.Protocols, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.Protocols.5.3.0\lib\net461\Microsoft.IdentityModel.Protocols.dll
</HintPath>
...
...
@@ -342,8 +345,8 @@
<Reference
Include=
"Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.3.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.IdentityModel.Tokens, Version=
5.6.0
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.Tokens.
5.6.0
\lib\net461\Microsoft.IdentityModel.Tokens.dll
</HintPath>
<Reference
Include=
"Microsoft.IdentityModel.Tokens, Version=
6.7.1
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.Tokens.
6.7.1
\lib\net461\Microsoft.IdentityModel.Tokens.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Net.Http.Headers, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Net.Http.Headers.2.2.0\lib\netstandard2.0\Microsoft.Net.Http.Headers.dll
</HintPath>
...
...
@@ -419,8 +422,8 @@
<Private>
True
</Private>
</Reference>
<Reference
Include=
"System.Drawing"
/>
<Reference
Include=
"System.IdentityModel.Tokens.Jwt, Version=
5.6.0
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.IdentityModel.Tokens.Jwt.
5.6.0
\lib\net461\System.IdentityModel.Tokens.Jwt.dll
</HintPath>
<Reference
Include=
"System.IdentityModel.Tokens.Jwt, Version=
6.7.1
.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.IdentityModel.Tokens.Jwt.
6.7.1
\lib\net461\System.IdentityModel.Tokens.Jwt.dll
</HintPath>
</Reference>
<Reference
Include=
"System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
/>
<Reference
Include=
"System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
>
...
...
src/Pid/packages.config
View file @
09e990ac
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
6
.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.1
0
.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
7
.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.1
1
.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.26.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.27.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.JwtHandler"
version
=
"1.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net461"
/>
...
...
@@ -100,11 +101,11 @@
<
package
id
=
"Microsoft.Extensions.Primitives"
version
=
"2.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Extensions.WebEncoders"
version
=
"2.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel"
version
=
"7.0.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.JsonWebTokens"
version
=
"
5.6.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.Logging"
version
=
"
5.6.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.JsonWebTokens"
version
=
"
6.7.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.Logging"
version
=
"
6.7.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.Protocols"
version
=
"5.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.Protocols.OpenIdConnect"
version
=
"5.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.Tokens"
version
=
"
5.6.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.IdentityModel.Tokens"
version
=
"
6.7.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Net.Http.Headers"
version
=
"2.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Win32.Registry"
version
=
"4.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Namotion.Reflection"
version
=
"1.0.11"
targetFramework
=
"net461"
/>
...
...
@@ -131,7 +132,7 @@
<
package
id
=
"System.Diagnostics.DiagnosticSource"
version
=
"4.5.1"
targetFramework
=
"net461"
/>
<
package
id
=
"System.Diagnostics.StackTrace"
version
=
"4.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"System.Dynamic.Runtime"
version
=
"4.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"System.IdentityModel.Tokens.Jwt"
version
=
"
5.6.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"System.IdentityModel.Tokens.Jwt"
version
=
"
6.7.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"System.IO"
version
=
"4.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"System.IO.FileSystem"
version
=
"4.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"System.IO.FileSystem.Primitives"
version
=
"4.3.0"
targetFramework
=
"net461"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment