Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
Project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Coscine
B
backend
apis
Project
Commits
9f20eed6
Commit
9f20eed6
authored
Aug 30, 2019
by
Benedikt Heinrichs
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Dependency update
parent
3fa04183
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
23 deletions
+27
-23
src/Project.Tests/Project.Tests.csproj
src/Project.Tests/Project.Tests.csproj
+6
-6
src/Project.Tests/app.config
src/Project.Tests/app.config
+1
-1
src/Project.Tests/packages.config
src/Project.Tests/packages.config
+3
-3
src/Project/App.config
src/Project/App.config
+1
-1
src/Project/Project.csproj
src/Project/Project.csproj
+11
-8
src/Project/packages.config
src/Project/packages.config
+5
-4
No files found.
src/Project.Tests/Project.Tests.csproj
View file @
9f20eed6
...
@@ -55,17 +55,17 @@
...
@@ -55,17 +55,17 @@
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<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>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Action, Version=1.
1.2
.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Action, Version=1.
2.0
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Action.1.
1.2
\lib\net461\Coscine.Action.dll
</HintPath>
<HintPath>
..\packages\Coscine.Action.1.
2.0
\lib\net461\Coscine.Action.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
1
.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
2
.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.
1
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
<HintPath>
..\packages\Coscine.ApiCommons.1.
2
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Configuration, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Configuration.1.4.0\lib\net461\Coscine.Configuration.dll
</HintPath>
<HintPath>
..\packages\Coscine.Configuration.1.4.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Database, Version=1.
4
.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Database, Version=1.
5
.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.
4
.0\lib\net461\Coscine.Database.dll
</HintPath>
<HintPath>
..\packages\Coscine.Database.1.
5
.0\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ProxyApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ProxyApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ProxyApi.1.2.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
<HintPath>
..\packages\Coscine.ProxyApi.1.2.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
...
...
src/Project.Tests/app.config
View file @
9f20eed6
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.
4.0.0"
newVersion
=
"1.4
.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.
5.0.0"
newVersion
=
"1.5
.0.0"
/>
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
...
...
src/Project.Tests/packages.config
View file @
9f20eed6
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
<
package
id
=
"AutoMapper.Extensions.Microsoft.DependencyInjection"
version
=
"6.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"AutoMapper.Extensions.Microsoft.DependencyInjection"
version
=
"6.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Castle.Core"
version
=
"4.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Castle.Core"
version
=
"4.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net472"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.
1.2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.
2.0
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
1
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
2
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.
4
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.
5
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.SharePoint.Webparts.Vue"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.SharePoint.Webparts.Vue"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.2.0"
targetFramework
=
"net472"
/>
...
...
src/Project/App.config
View file @
9f20eed6
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.
4.0.0"
newVersion
=
"1.4
.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.
5.0.0"
newVersion
=
"1.5
.0.0"
/>
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
...
...
src/Project/Project.csproj
View file @
9f20eed6
...
@@ -45,23 +45,23 @@
...
@@ -45,23 +45,23 @@
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<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>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Action, Version=1.
1.2
.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Action, Version=1.
2.0
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Action.1.
1.2
\lib\net461\Coscine.Action.dll
</HintPath>
<HintPath>
..\packages\Coscine.Action.1.
2.0
\lib\net461\Coscine.Action.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
1
.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
2
.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.
1
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
<HintPath>
..\packages\Coscine.ApiCommons.1.
2
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Configuration, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Configuration.1.4.0\lib\net461\Coscine.Configuration.dll
</HintPath>
<HintPath>
..\packages\Coscine.Configuration.1.4.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Database, Version=1.
4
.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Database, Version=1.
5
.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.
4
.0\lib\net461\Coscine.Database.dll
</HintPath>
<HintPath>
..\packages\Coscine.Database.1.
5
.0\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ProxyApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ProxyApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ProxyApi.1.2.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
<HintPath>
..\packages\Coscine.ProxyApi.1.2.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.SharePoint.Webparts.Vue, Version=1.
3
.0.0, Culture=neutral, PublicKeyToken=0fe8d3e516df6d98, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.SharePoint.Webparts.Vue, Version=1.
4
.0.0, Culture=neutral, PublicKeyToken=0fe8d3e516df6d98, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.SharePoint.Webparts.Vue.1.
3
.0\lib\net461\Coscine.SharePoint.Webparts.Vue.dll
</HintPath>
<HintPath>
..\packages\Coscine.SharePoint.Webparts.Vue.1.
4
.0\lib\net461\Coscine.SharePoint.Webparts.Vue.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<Reference
Include=
"EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<HintPath>
..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll
</HintPath>
<HintPath>
..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll
</HintPath>
...
@@ -341,6 +341,9 @@
...
@@ -341,6 +341,9 @@
<Reference
Include=
"Microsoft.Extensions.WebEncoders, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<Reference
Include=
"Microsoft.Extensions.WebEncoders, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.WebEncoders.2.2.0\lib\netstandard2.0\Microsoft.Extensions.WebEncoders.dll
</HintPath>
<HintPath>
..\packages\Microsoft.Extensions.WebEncoders.2.2.0\lib\netstandard2.0\Microsoft.Extensions.WebEncoders.dll
</HintPath>
</Reference>
</Reference>
<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.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<Reference
Include=
"Microsoft.IdentityModel.JsonWebTokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.IdentityModel.JsonWebTokens.5.5.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll
</HintPath>
<HintPath>
..\packages\Microsoft.IdentityModel.JsonWebTokens.5.5.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll
</HintPath>
</Reference>
</Reference>
...
...
src/Project/packages.config
View file @
9f20eed6
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
<
package
id
=
"AutoMapper"
version
=
"8.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"AutoMapper"
version
=
"8.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"AutoMapper.Extensions.Microsoft.DependencyInjection"
version
=
"6.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"AutoMapper.Extensions.Microsoft.DependencyInjection"
version
=
"6.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net472"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.
1.2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.
2.0
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
1
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
2
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.
4
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.
5
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.SharePoint.Webparts.Vue"
version
=
"1.
3
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.SharePoint.Webparts.Vue"
version
=
"1.
4
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"linq2db"
version
=
"2.6.4"
targetFramework
=
"net472"
/>
<
package
id
=
"linq2db"
version
=
"2.6.4"
targetFramework
=
"net472"
/>
<
package
id
=
"linq2db.SqlServer"
version
=
"2.6.4"
targetFramework
=
"net472"
/>
<
package
id
=
"linq2db.SqlServer"
version
=
"2.6.4"
targetFramework
=
"net472"
/>
...
@@ -106,6 +106,7 @@
...
@@ -106,6 +106,7 @@
<
package
id
=
"Microsoft.Extensions.Options.ConfigurationExtensions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Options.ConfigurationExtensions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Primitives"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Primitives"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.WebEncoders"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.WebEncoders"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel"
version
=
"7.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel.JsonWebTokens"
version
=
"5.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel.JsonWebTokens"
version
=
"5.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel.Logging"
version
=
"5.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel.Logging"
version
=
"5.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel.Tokens"
version
=
"5.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.IdentityModel.Tokens"
version
=
"5.5.0"
targetFramework
=
"net472"
/>
...
...
Ghost User
@ghost
mentioned in commit
c44d1dc2
·
Aug 30, 2019
mentioned in commit
c44d1dc2
mentioned in commit c44d1dc25e04accc707607b53bb8ef4040511eb5
Toggle commit list
Write
Preview
Markdown
is supported
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