Skip to content

Commit

Permalink
Integrate .NET security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Sep 11, 2020
1 parent 2d908e1 commit 2465753
Show file tree
Hide file tree
Showing 4 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 @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.301'
dotnet-version: '3.1.402'
- 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.202'
version: '3.1.402'

- script: dotnet --version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Kalmit.PersistentProcess.WebHost
{
public class Program
{
static public string AppVersionId => "2020-08-22";
static public string AppVersionId => "2020-09-11";
}
}
4 changes: 2 additions & 2 deletions implement/elm-fullstack/elm-fullstack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>elm_fullstack</RootNamespace>
<AssemblyName>elm-fullstack</AssemblyName>
<AssemblyVersion>2020.0822.0.0</AssemblyVersion>
<FileVersion>2020.0822.0.0</FileVersion>
<AssemblyVersion>2020.0911.0.0</AssemblyVersion>
<FileVersion>2020.0911.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 2465753

Please sign in to comment.