Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
BlobApi
Commits
01d9bee4
Commit
01d9bee4
authored
Dec 04, 2020
by
Marcel Nellesen
Browse files
Fix: Updated dependencies
parent
cc85703a
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Blob/Blob.csproj
View file @
01d9bee4
<?xml version="1.0" encoding="utf-8"?>
<?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\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props')"
/>
...
...
@@ -56,32 +56,32 @@
<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.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.27.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.27.0
-topic-1159-rtdap0005
\lib\net461\Coscine.Database.dll
</HintPath>
<HintPath>
..\packages\Coscine.Database.1.27.0\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database.T4, Version=1.27.0.0, Culture=neutral, PublicKeyToken=84b4c404a0696261, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.27.0
-topic-1159-rtdap0005
\lib\net461\Coscine.Database.T4.dll
</HintPath>
<HintPath>
..\packages\Coscine.Database.1.27.0\lib\net461\Coscine.Database.T4.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.JwtHandler, Version=1.
1
.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.JwtHandler.1.
1
.0\lib\net461\Coscine.JwtHandler.dll
</HintPath>
<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>
</Reference>
<Reference
Include=
"Coscine.ResourceConfiguration, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ResourceConfiguration.1.3.0
-topic-1159-rtdap0010
\lib\net461\Coscine.ResourceConfiguration.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceConfiguration.1.3.0\lib\net461\Coscine.ResourceConfiguration.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.ResourceLoader, Version=1.2.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.ResourceLoader.1.2.0
-topic-1159-rtdap0012
\lib\net461\Coscine.ResourceLoader.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceLoader.1.2.0\lib\net461\Coscine.ResourceLoader.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.ResourceTypeBase, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ResourceTypeBase.1.4.0
-topic-1159-rtdap0013
\lib\net461\Coscine.ResourceTypeBase.dll
</HintPath>
<HintPath>
..\packages\Coscine.ResourceTypeBase.1.4.0\lib\net461\Coscine.ResourceTypeBase.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.WaterbutlerHelper, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.WaterbutlerHelper.1.2.1\lib\net461\Coscine.WaterbutlerHelper.dll
</HintPath>
...
...
@@ -577,4 +577,4 @@
<Import
Project=
"..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets"
Condition=
"Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')"
/>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
/>
<Import
Project=
"..\packages\EntityFramework.6.4.4\build\EntityFramework.targets"
Condition=
"Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')"
/>
</Project>
</Project>
\ No newline at end of file
src/Blob/packages.config
View file @
01d9bee4
...
...
@@ -3,14 +3,14 @@
<
package
id
=
"AWSSDK.Core"
version
=
"3.5.1.23"
targetFramework
=
"net461"
/>
<
package
id
=
"AWSSDK.S3"
version
=
"3.5.3.1"
targetFramework
=
"net461"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.1
0
.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.27.0
-topic-1159-rtdap0005
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.JwtHandler"
version
=
"1.
1
.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.ResourceConfiguration"
version
=
"1.3.0
-topic-1159-rtdap0010
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ResourceLoader"
version
=
"1.2.0
-topic-1159-rtdap0012
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ResourceTypeBase"
version
=
"1.4.0
-topic-1159-rtdap0013
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ResourceConfiguration"
version
=
"1.3.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ResourceLoader"
version
=
"1.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ResourceTypeBase"
version
=
"1.4.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.WaterbutlerHelper"
version
=
"1.2.1"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db"
version
=
"3.1.1"
targetFramework
=
"net461"
/>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment