File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Examples/Examples.macOS.WebKit Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "paket" : {
12- "version" : " 6.0.13 " ,
12+ "version" : " 7.1.5 " ,
1313 "commands" : [
1414 " paket"
1515 ]
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <EnableWindowsTargeting >True</EnableWindowsTargeting >
4+ </PropertyGroup >
5+ </Project >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 6.0.300 " ,
3+ "version" : " 6.0.400 " ,
44 "rollForward" : " latestFeature"
55 },
66 "msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments