Skip to content

Commit 59546e5

Browse files
authored
Update to theta-018 (#82)
* Update to theta-015 * Update to theta-016 * Update lock file * Update .NET SDK * Use theta-018
1 parent 67504a9 commit 59546e5

File tree

5 files changed

+132
-30
lines changed

5 files changed

+132
-30
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fable": {
12-
"version": "4.0.0-theta-015",
12+
"version": "4.0.0-theta-018",
1313
"commands": [
1414
"fable"
1515
]

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: 6.0.100
22+
dotnet-version: 6.0.403
2323

2424
- name: Setup dotnet tools
2525
run: dotnet tool restore

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 6.0.100
19+
dotnet-version: 6.0.403
2020

2121
- name: Setup tools
2222
run: dotnet tool restore

examples/timeflies/poetry.lock

Lines changed: 128 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Fable.Python.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<Author>Dag Brattli</Author>
77
<Copyright>Dag Brattli</Copyright>

0 commit comments

Comments
 (0)