diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index c9be21e..68b85fe 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -9,7 +9,7 @@
]
},
"paket": {
- "version": "6.0.13",
+ "version": "7.1.5",
"commands": [
"paket"
]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 16d5ac4..77c1967 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
- dotnet-version: '6.0.300'
+ dotnet-version: '6.0.400'
- name: Restore
run: |
dotnet tool restore
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
- dotnet-version: '6.0.300'
+ dotnet-version: '6.0.400'
- name: Install workloads
run: |
dotnet tool restore
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..69dd3e9
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,5 @@
+
+
+ True
+
+
\ No newline at end of file
diff --git a/Examples/Examples.macOS.WebKit/Examples.macOS.WebKit.fsproj b/Examples/Examples.macOS.WebKit/Examples.macOS.WebKit.fsproj
index bae766c..9b08cf8 100644
--- a/Examples/Examples.macOS.WebKit/Examples.macOS.WebKit.fsproj
+++ b/Examples/Examples.macOS.WebKit/Examples.macOS.WebKit.fsproj
@@ -21,6 +21,7 @@
+
diff --git a/global.json b/global.json
index 54d2b54..9810d59 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "6.0.300",
+ "version": "6.0.400",
"rollForward": "latestFeature"
},
"msbuild-sdks": {