Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
build: Update to .NET Core 3.0 Preview 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Sep 5, 2019
1 parent b2f99f0 commit 09643f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OffUploader.Console/OffUploader.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0-preview8.19405.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.0.0-preview8.19405.4" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.0.0-preview8-28405-07" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0-preview9.19423.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.0.0-preview9.19423.4" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.0.0-preview9-19423-09" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="System.Collections" Version="4.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variables:
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview7-012821'
version: '3.0.100-preview9-014004'
- script: dotnet publish OffUploader.Console -c $(buildConfiguration) -f $(framework) -r $(rid)
displayName: 'dotnet publish OffUploader.Console $(buildConfiguration) $(rid)'
- task: PublishPipelineArtifact@0
Expand Down

0 comments on commit 09643f0

Please sign in to comment.