Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPPageDeployer
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor 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
scripts
SPPageDeployer
Commits
5ee5f7c2
Commit
5ee5f7c2
authored
4 years ago
by
Benedikt Heinrichs
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Update dependencies to make it work with STS#1 (coscine/issues#1075)
parent
9c5ce842
Branches
Branches containing commit
Tags
v1.1.3
Tags containing commit
No related merge requests found
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/SPPageDeployer/App.config
+6
-2
6 additions, 2 deletions
src/SPPageDeployer/App.config
src/SPPageDeployer/SPPageDeployer.csproj
+24
-8
24 additions, 8 deletions
src/SPPageDeployer/SPPageDeployer.csproj
src/SPPageDeployer/packages.config
+7
-4
7 additions, 4 deletions
src/SPPageDeployer/packages.config
with
37 additions
and
14 deletions
src/SPPageDeployer/App.config
+
6
−
2
View file @
5ee5f7c2
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
configSections
>
<!--
For
more
information
on
Entity
Framework
configuration
,
visit
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkID
=
237468
-->
<
section
name
=
"entityFramework"
type
=
"System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission
=
"false"
/>
<!--
For
more
information
on
Entity
Framework
configuration
,
visit
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkID
=
237468
-->
<
section
name
=
"entityFramework"
type
=
"System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
requirePermission
=
"false"
/>
</
configSections
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.6.1"
/>
...
...
@@ -31,6 +31,10 @@
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.22.1.0"
newVersion
=
"1.22.1.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"linq2db"
publicKeyToken
=
"e41013125f9e410a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-3.1.1.0"
newVersion
=
"3.1.1.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
</
configuration
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/SPPageDeployer/SPPageDeployer.csproj
+
24
−
8
View file @
5ee5f7c2
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"..\packages\EntityFramework.6.4.4\build\EntityFramework.props"
Condition=
"Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')"
/>
<Import
Project=
"..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props"
Condition=
"Exists('..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props')"
/>
<Import
Project=
"..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props"
Condition=
"Exists('..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
...
...
@@ -40,30 +41,39 @@
<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
3.0
.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
3.0
\lib\net461\Coscine.Action.dll
</HintPath>
<Reference
Include=
"Coscine.Action, Version=1.1
5.1
.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
5.1
\lib\net461\Coscine.Action.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.22.1.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.22.1\lib\net461\Coscine.Database.dll
</HintPath>
<Reference
Include=
"Coscine.Database, Version=1.24.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.24.0\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database.T4, Version=1.24.0.0, Culture=neutral, PublicKeyToken=84b4c404a0696261, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.24.0\lib\net461\Coscine.Database.T4.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.ProxyApi, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ProxyApi.1.2.1\lib\net461\Coscine.ProxyApi.dll
</HintPath>
</Reference>
<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.
4.4
\lib\net45\EntityFramework.dll
</HintPath>
</Reference>
<Reference
Include=
"EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<HintPath>
..\packages\EntityFramework.6.
2.0
\lib\net45\EntityFramework.SqlServer.dll
</HintPath>
<HintPath>
..\packages\EntityFramework.6.
4.4
\lib\net45\EntityFramework.SqlServer.dll
</HintPath>
</Reference>
<Reference
Include=
"linq2db, Version=
2.6.4
.0, Culture=neutral, PublicKeyToken=e41013125f9e410a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\linq2db.
2.6.4
\lib\net46\linq2db.dll
</HintPath>
<Reference
Include=
"linq2db, Version=
3.1.1
.0, Culture=neutral, PublicKeyToken=e41013125f9e410a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\linq2db.
3.1.1
\lib\net46\linq2db.dll
</HintPath>
</Reference>
<Reference
Include=
"LinqKit, Version=1.1.17.0, Culture=neutral, PublicKeyToken=bc217f8844052a91, processorArchitecture=MSIL"
>
<HintPath>
..\packages\LinqKit.1.1.17\lib\net45\LinqKit.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Data.OData, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Data.OData.5.6.4\lib\net40\Microsoft.Data.OData.dll
</HintPath>
</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>
...
...
@@ -86,6 +96,9 @@
<HintPath>
..\packages\System.IdentityModel.Tokens.Jwt.5.6.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Net.Http.WebRequest"
/>
<Reference
Include=
"System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
>
<HintPath>
..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll
</HintPath>
</Reference>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
...
...
@@ -108,5 +121,8 @@
</PropertyGroup>
<Error
Condition=
"!Exists('..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props'))"
/>
<Error
Condition=
"!Exists('..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props'))"
/>
<Error
Condition=
"!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))"
/>
<Error
Condition=
"!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))"
/>
</Target>
<Import
Project=
"..\packages\EntityFramework.6.4.4\build\EntityFramework.targets"
Condition=
"Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')"
/>
</Project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/SPPageDeployer/packages.config
+
7
−
4
View file @
5ee5f7c2
<?
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
3.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
5.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.2
2.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.2
4.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.1"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.
2.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db"
version
=
"
2.6.4
"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.
4.4
"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db"
version
=
"
3.1.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db.SqlServer"
version
=
"2.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db.t4models"
version
=
"2.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"LinqKit"
version
=
"1.1.17"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Data.Edm"
version
=
"5.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"Microsoft.Data.OData"
version
=
"5.6.4"
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.Tokens"
version
=
"5.6.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"12.0.3"
targetFramework
=
"net461"
/>
<
package
id
=
"System.IdentityModel.Tokens.Jwt"
version
=
"5.6.0"
targetFramework
=
"net461"
/>
<
package
id
=
"System.Spatial"
version
=
"5.6.4"
targetFramework
=
"net461"
/>
</
packages
>
\ 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