Skip to content
Closed

111 #3139

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/123.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: .NET Core
on: [push]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- name: Install Nuget
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.x'

- name: Build
run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.1-servicing.20264.6">
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.1-servicing.20213.2">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>4c0522e03b13e6a1c4412486643c148b1fd4ce41</Sha>
<Sha>ee014f89c09c1804af960c26279c46188963c2b6</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"native-tools": {
"strawberry-perl": "5.28.1.1-1",
"net-framework-48-ref-assemblies": "0.0.0.1",
"dotnet-api-docs_netcoreapp3.0": "0.0.0.2"
"dotnet-api-docs_netcoreapp3.0": "0.0.0.2",
"msvcurt-c1xx": "0.0.0.9"
}
}