Skip to content

Commit

Permalink
Update to dotnet 6.0.400 and paket 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Aug 31, 2022
1 parent a745e3d commit 3e52aac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"paket": {
"version": "6.0.13",
"version": "7.1.5",
"commands": [
"paket"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<EnableWindowsTargeting>True</EnableWindowsTargeting>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<ItemGroup>
<Compile Include="AppDelegate.fs" />
<Compile Include="Main.fs" />
<None Include="Info.plist" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Examples.SharedCode\Examples.SharedCode.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.300",
"version": "6.0.400",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
Expand Down

0 comments on commit 3e52aac

Please sign in to comment.