Skip to content

Commit 3e52aac

Browse files
committed
Update to dotnet 6.0.400 and paket 7
1 parent a745e3d commit 3e52aac

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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
"paket": {
12-
"version": "6.0.13",
12+
"version": "7.1.5",
1313
"commands": [
1414
"paket"
1515
]

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: '6.0.300'
14+
dotnet-version: '6.0.400'
1515
- name: Restore
1616
run: |
1717
dotnet tool restore
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939
- uses: actions/setup-dotnet@v1
4040
with:
41-
dotnet-version: '6.0.300'
41+
dotnet-version: '6.0.400'
4242
- name: Install workloads
4343
run: |
4444
dotnet tool restore

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<EnableWindowsTargeting>True</EnableWindowsTargeting>
4+
</PropertyGroup>
5+
</Project>

Examples/Examples.macOS.WebKit/Examples.macOS.WebKit.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<ItemGroup>
2222
<Compile Include="AppDelegate.fs" />
2323
<Compile Include="Main.fs" />
24+
<None Include="Info.plist" />
2425
</ItemGroup>
2526
<ItemGroup>
2627
<ProjectReference Include="..\Examples.SharedCode\Examples.SharedCode.fsproj" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.300",
3+
"version": "6.0.400",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)