Skip to content

culture info taken into account when parsing decimal | #10 #52

culture info taken into account when parsing decimal | #10

culture info taken into account when parsing decimal | #10 #52

Workflow file for this run

name: .NET Core
on: [push, pull_request, release]
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
- name: Build with dotnet
run: dotnet build --configuration Release