File tree 8 files changed +11
-11
lines changed
TestResourceAssembly.V1.0.0.0
TestResourceAssembly.V2.0.0.0
8 files changed +11
-11
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
- <DefaultTargetDotnetVersion >net8.0</DefaultTargetDotnetVersion >
5
- <TargetDotnetVersions >net6.0;$(DefaultTargetDotnetVersion)</TargetDotnetVersions >
4
+ <TargetDotnetVersion >net8.0</TargetDotnetVersion >
6
5
<Platforms >x64;ARM64</Platforms >
7
6
<AvaloniaVersion >11.0.10</AvaloniaVersion >
8
- <CefGlueVersion >120.6099.204 </CefGlueVersion >
7
+ <CefGlueVersion >120.6099.205 </CefGlueVersion >
9
8
</PropertyGroup >
10
9
11
10
<PropertyGroup >
12
11
<AssemblyVersion >2.0.0.0</AssemblyVersion >
13
12
<FileVersion >2.0.0.0</FileVersion >
14
- <Version >3.120.4 </Version >
13
+ <Version >3.120.5 </Version >
15
14
<Authors >OutSystems</Authors >
16
15
<Product >WebViewControl</Product >
17
16
<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
- <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
5
+ <TargetFramework >$(TargetDotnetVersion )</TargetFramework >
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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
4
+ <TargetFramework >$(TargetDotnetVersion )</TargetFramework >
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 >$(DefaultTargetDotnetVersion )-windows</TargetFramework >
4
+ <TargetFramework >$(TargetDotnetVersion )-windows</TargetFramework >
5
5
<AssemblyTitle >WebViewControl WPF</AssemblyTitle >
6
6
<Description >WebViewControl for WPF powered by CefGlue</Description >
7
7
<Configuration ></Configuration >
12
12
<GenerateDocumentationFile >true</GenerateDocumentationFile >
13
13
<PackageId >WebViewControl-WPF$(PackageSuffix)</PackageId >
14
14
<Configurations >Debug;Release;ReleaseAvalonia;ReleaseWPF;ReleaseAvaloniaRemoteDebugSupport</Configurations >
15
+ <UseWPF >true</UseWPF >
15
16
</PropertyGroup >
16
17
17
18
<PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWPF'" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
3
+ <TargetFramework >$(TargetDotnetVersion )</TargetFramework >
4
4
<OutputPath >$(MSBuildProjectDirectory)\bin\</OutputPath >
5
5
<RootNamespace >TestResourceAssembly</RootNamespace >
6
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
- <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
3
+ <TargetFramework >$(TargetDotnetVersion )</TargetFramework >
4
4
<OutputPath >$(MSBuildProjectDirectory)\bin\</OutputPath >
5
5
<RootNamespace >TestResourceAssembly</RootNamespace >
6
6
<AssemblyVersion >2.0.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 1
1
using NUnit . Framework ;
2
2
3
3
#if ! DEBUG
4
- [ assembly: Timeout ( 10000 ) ]
4
+ [ assembly: Timeout ( 60000 ) ]
5
5
#endif
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >$(TargetDotnetVersions )</TargetFrameworks >
4
+ <TargetFramework >$(TargetDotnetVersion )</TargetFramework >
5
5
<OutputPath >$(MSBuildProjectDirectory)\bin\</OutputPath >
6
6
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
7
7
<PlatformTarget >$(Platform)</PlatformTarget >
You can’t perform that action at this time.
0 commit comments