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
Project
Commits
c07b4223
Commit
c07b4223
authored
Nov 19, 2020
by
Marcel Nellesen
Browse files
Updated dependencies (coscine/issues#1159)
parent
ba58fe00
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/Project.Tests/Project.Tests.csproj
View file @
c07b4223
...
@@ -81,13 +81,13 @@
...
@@ -81,13 +81,13 @@
<HintPath>
..\packages\Coscine.ProxyApi.1.3.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
<HintPath>
..\packages\Coscine.ProxyApi.1.3.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ResourceConfiguration, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ResourceConfiguration, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ResourceConfiguration.1.3.0-topic-1159-rtdap000
9
\lib\net461\Coscine.ResourceConfiguration.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceConfiguration.1.3.0-topic-1159-rtdap00
1
0\lib\net461\Coscine.ResourceConfiguration.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ResourceLoader, Version=1.2.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<Reference
Include=
"Coscine.ResourceLoader, Version=1.2.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.ResourceLoader.1.2.0-topic-1159-rtdap001
1
\lib\net461\Coscine.ResourceLoader.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceLoader.1.2.0-topic-1159-rtdap001
2
\lib\net461\Coscine.ResourceLoader.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ResourceTypeBase, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ResourceTypeBase, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ResourceTypeBase.1.4.0-topic-1159-rtdap001
2
\lib\net461\Coscine.ResourceTypeBase.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceTypeBase.1.4.0-topic-1159-rtdap001
3
\lib\net461\Coscine.ResourceTypeBase.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.4.4\lib\net45\EntityFramework.dll
</HintPath>
<HintPath>
..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll
</HintPath>
...
...
src/Project.Tests/packages.config
View file @
c07b4223
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
<
package
id
=
"Coscine.Database"
version
=
"1.27.0-topic-1159-rtdap0004"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.27.0-topic-1159-rtdap0004"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.3.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.3.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceConfiguration"
version
=
"1.3.0-topic-1159-rtdap000
9
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceConfiguration"
version
=
"1.3.0-topic-1159-rtdap00
1
0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceLoader"
version
=
"1.2.0-topic-1159-rtdap001
1
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceLoader"
version
=
"1.2.0-topic-1159-rtdap001
2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceTypeBase"
version
=
"1.4.0-topic-1159-rtdap001
2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceTypeBase"
version
=
"1.4.0-topic-1159-rtdap001
3
"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net472"
/>
<
package
id
=
"HtmlAgilityPack"
version
=
"1.8.2"
targetFramework
=
"net472"
/>
<
package
id
=
"HtmlAgilityPack"
version
=
"1.8.2"
targetFramework
=
"net472"
/>
<
package
id
=
"linq2db"
version
=
"3.1.1"
targetFramework
=
"net472"
/>
<
package
id
=
"linq2db"
version
=
"3.1.1"
targetFramework
=
"net472"
/>
...
...
src/Project/Project.csproj
View file @
c07b4223
...
@@ -77,13 +77,13 @@
...
@@ -77,13 +77,13 @@
<HintPath>
..\packages\Coscine.ProxyApi.1.3.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
<HintPath>
..\packages\Coscine.ProxyApi.1.3.0\lib\net461\Coscine.ProxyApi.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ResourceConfiguration, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ResourceConfiguration, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ResourceConfiguration.1.3.0-topic-1159-rtdap000
9
\lib\net461\Coscine.ResourceConfiguration.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceConfiguration.1.3.0-topic-1159-rtdap00
1
0\lib\net461\Coscine.ResourceConfiguration.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ResourceLoader, Version=1.2.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<Reference
Include=
"Coscine.ResourceLoader, Version=1.2.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.ResourceLoader.1.2.0-topic-1159-rtdap001
1
\lib\net461\Coscine.ResourceLoader.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceLoader.1.2.0-topic-1159-rtdap001
2
\lib\net461\Coscine.ResourceLoader.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ResourceTypeBase, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ResourceTypeBase, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ResourceTypeBase.1.4.0-topic-1159-rtdap001
2
\lib\net461\Coscine.ResourceTypeBase.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceTypeBase.1.4.0-topic-1159-rtdap001
3
\lib\net461\Coscine.ResourceTypeBase.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"dotNetRDF, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780, processorArchitecture=MSIL"
>
<Reference
Include=
"dotNetRDF, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780, processorArchitecture=MSIL"
>
<HintPath>
..\packages\dotNetRDF.2.5.0\lib\net40\dotNetRDF.dll
</HintPath>
<HintPath>
..\packages\dotNetRDF.2.5.0\lib\net40\dotNetRDF.dll
</HintPath>
...
...
src/Project/packages.config
View file @
c07b4223
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Metadata"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Metadata"
version
=
"1.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.3.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.3.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceConfiguration"
version
=
"1.3.0-topic-1159-rtdap000
9
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceConfiguration"
version
=
"1.3.0-topic-1159-rtdap00
1
0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceLoader"
version
=
"1.2.0-topic-1159-rtdap001
1
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceLoader"
version
=
"1.2.0-topic-1159-rtdap001
2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceTypeBase"
version
=
"1.4.0-topic-1159-rtdap001
2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ResourceTypeBase"
version
=
"1.4.0-topic-1159-rtdap001
3
"
targetFramework
=
"net472"
/>
<
package
id
=
"dotNetRDF"
version
=
"2.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"dotNetRDF"
version
=
"2.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"dotNetRDF.Data.Virtuoso"
version
=
"2.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"dotNetRDF.Data.Virtuoso"
version
=
"2.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net472"
/>
...
...
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