File tree 9 files changed +12
-14
lines changed
TestResourceAssembly.V1.0.0.0
TestResourceAssembly.V2.0.0.0
9 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <DotnetVersion >net6.0</DotnetVersion >
4
+ <DefaultTargetDotnetVersion >net8.0</DefaultTargetDotnetVersion >
5
+ <TargetDotnetVersions >net6.0;$(DefaultTargetDotnetVersion)</TargetDotnetVersions >
5
6
<Platforms >x64;ARM64</Platforms >
6
7
<AvaloniaVersion >0.10.17</AvaloniaVersion >
7
- <CefGlueVersion >120.6099.1 </CefGlueVersion >
8
+ <CefGlueVersion >120.6099.3 </CefGlueVersion >
8
9
</PropertyGroup >
9
10
10
11
<PropertyGroup >
11
12
<AssemblyVersion >2.0.0.0</AssemblyVersion >
12
13
<FileVersion >2.0.0.0</FileVersion >
13
- <Version >2.121.1 </Version >
14
+ <Version >2.121.2 </Version >
14
15
<Authors >OutSystems</Authors >
15
16
<Product >WebViewControl</Product >
16
17
<Copyright >Copyright © OutSystems 2023</Copyright >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >$(DotnetVersion )</TargetFramework >
5
+ <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
6
6
<RollForward >LatestMajor</RollForward >
7
7
<Configurations >Debug;Release;ReleaseAvalonia;ReleaseWPF;ReleaseAvaloniaRemoteDebugSupport</Configurations >
8
8
<RuntimeIdentifiers >osx-x64;win-x64;osx-arm64;win-arm64</RuntimeIdentifiers >
Original file line number Diff line number Diff line change 2
2
3
3
dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-arm64 -p:Platform=ARM64
4
4
5
- TARGETAPP=bin/ARM64/Debug/net6 .0/osx-arm64/publish/SampleWebView.app/Contents/MacOS
5
+ TARGETAPP=bin/ARM64/Debug/net8 .0/osx-arm64/publish/SampleWebView.app/Contents/MacOS
6
6
chmod +x " $TARGETAPP /CefGlueBrowserProcess/Xilium.CefGlue.BrowserProcess"
7
7
chmod +x " $TARGETAPP /SampleWebView.Avalonia"
Original file line number Diff line number Diff line change 2
2
3
3
dotnet msbuild -t:BundleApp -p:RuntimeIdentifier=osx-x64 -p:Platform=x64
4
4
5
- TARGETAPP=bin/x64/Debug/net6 .0/osx-x64/publish/SampleWebView.app/Contents/MacOS
5
+ TARGETAPP=bin/x64/Debug/net8 .0/osx-x64/publish/SampleWebView.app/Contents/MacOS
6
6
chmod +x " $TARGETAPP /CefGlueBrowserProcess/Xilium.CefGlue.BrowserProcess"
7
7
chmod +x " $TARGETAPP /SampleWebView.Avalonia"
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >$(DotnetVersion )</TargetFramework >
4
+ <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
5
5
<RootNamespace >WebViewControl</RootNamespace >
6
6
<AssemblyTitle >WebViewControl Avalonia</AssemblyTitle >
7
7
<Description >WebViewControl for Avalonia powered by CefGlue</Description >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >$(DotnetVersion )-windows</TargetFramework >
4
+ <TargetFramework >$(DefaultTargetDotnetVersion )-windows</TargetFramework >
5
5
<AssemblyTitle >WebViewControl WPF</AssemblyTitle >
6
6
<Description >WebViewControl for WPF powered by CefGlue</Description >
7
7
<Configuration ></Configuration >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >$(DotnetVersion)</TargetFramework >
4
- <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
3
+ <TargetFrameworks >$(TargetDotnetVersions)</TargetFrameworks >
5
4
<OutputPath >$(MSBuildProjectDirectory)\bin\</OutputPath >
6
5
<RootNamespace >TestResourceAssembly</RootNamespace >
7
6
<AssemblyVersion >1.0.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >$(DotnetVersion)</TargetFramework >
4
- <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
3
+ <TargetFrameworks >$(TargetDotnetVersions)</TargetFrameworks >
5
4
<OutputPath >$(MSBuildProjectDirectory)\bin\</OutputPath >
6
5
<RootNamespace >TestResourceAssembly</RootNamespace >
7
6
<AssemblyVersion >2.0.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >$(DotnetVersion)</TargetFramework >
5
- <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
4
+ <TargetFrameworks >$(TargetDotnetVersions)</TargetFrameworks >
6
5
<OutputPath >$(MSBuildProjectDirectory)\bin\</OutputPath >
7
6
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
8
7
<PlatformTarget >$(Platform)</PlatformTarget >
You can’t perform that action at this time.
0 commit comments