Skip to content

Commit

Permalink
Integrate recent improvements from upstream projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jul 14, 2021
1 parent 907407e commit 2141aec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.410'
dotnet-version: '3.1.411'
- name: Try use dotnet core 3
run: dotnet --info
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk' # Options: runtime, sdk
version: '3.1.410'
version: '3.1.411'

- script: dotnet --version

Expand Down
6 changes: 3 additions & 3 deletions implement/elm-fullstack/elm-fullstack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

<ItemGroup>
<PackageReference Include="FluffySpoon.AspNet.LetsEncrypt" Version="1.116.0" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.12.1" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.12.4" />
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0096" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.2" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.2" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.linux-x64" Version="7.1.4" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.1.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.6.0" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down

0 comments on commit 2141aec

Please sign in to comment.