File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
PowerSync/PowerSync.Common Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup .NET SDK
1919 uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : ' 8.0'
21+ dotnet-version : ' 8.0.x '
2222
2323 - name : Install MAUI Workloads
2424 run : dotnet workload restore
Original file line number Diff line number Diff line change 1818 - name : Setup .NET SDK
1919 uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : ' 8.0'
21+ dotnet-version : ' 8.0.x '
2222
2323 - name : Install MAUI Workloads
2424 run : dotnet workload restore
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0-ios ;net8.0-android</TargetFrameworks >
55 <LangVersion >12</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
3838
3939 <!-- Check allows us to skip for all MAUI targets-->
4040 <!-- For monorepo-->
41- <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios'))" >
41+ <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios'))" >
4242 <Content Include =" runtimes\**\*.*" >
4343 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4444 </Content >
4545 </ItemGroup >
4646
4747 <!-- For releasing runtimes -->
48- <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios'))" >
48+ <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios'))" >
4949 <None Include =" runtimes\**\*.*" Pack =" true" PackagePath =" runtimes\" />
5050 </ItemGroup >
5151
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 9.0.200"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments