Skip to content

Commit

Permalink
Update Nuget Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander committed Aug 18, 2018
1 parent 9eef01f commit 1e5ce32
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion RZ.Cache/RZCache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENTRYPOINT ["dotnet", "RZCache.dll"]
COPY ${source:-obj/Docker/publish} .
#RUN tar xvfz /app/wwwroot/go-ipfs_v0.4.13_linux-amd64.tar.gz
#RUN mv go-ipfs/ipfs /usr/local/bin/ipfs
RUN rm /app/wwwroot/go-ipfs_v0.4.13_linux-amd64.tar.gz
#RUN rm /app/wwwroot/go-ipfs_v0.4.13_linux-amd64.tar.gz
ENV localURL "https://rzproxy.azurewebsites.net"
ENV RZUser ""
ENV RZPW ""
Expand Down
12 changes: 6 additions & 6 deletions RZ.Cache/RZCache/RZCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
<FileVersion>1.0.3.1</FileVersion>
<AssemblyVersion>1.0.3.1</AssemblyVersion>
<AssemblyVersion>1.0.3.2</AssemblyVersion>
<Authors>Roger Zander</Authors>
<Company>Zander Tools</Company>
<Product>RZWCF Proxy Service</Product>
Expand All @@ -21,11 +21,11 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion RZ.Cache/docker-compose.ci.build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'

services:
ci-build:
Expand Down
2 changes: 1 addition & 1 deletion RZ.Cache/docker-compose.dcproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<DockerLaunchBrowser>true</DockerLaunchBrowser>
<DockerTargetOS>Linux</DockerTargetOS>
<ProjectVersion>2.0</ProjectVersion>
<ProjectVersion>2.1</ProjectVersion>
</PropertyGroup>
<ItemGroup>
<None Include="docker-compose.ci.build.yml" />
Expand Down
2 changes: 1 addition & 1 deletion RZ.Cache/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'

services:
rzwcf:
Expand Down
2 changes: 1 addition & 1 deletion RZ.Cache/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'

services:
rzwcf:
Expand Down

0 comments on commit 1e5ce32

Please sign in to comment.