Skip to content

Commit

Permalink
Removed net6
Browse files Browse the repository at this point in the history
  • Loading branch information
joaompneves committed Sep 4, 2024
1 parent 49ab9c5 commit 49cff04
Showing 6 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project>
<PropertyGroup>
<DefaultTargetDotnetVersion>net8.0</DefaultTargetDotnetVersion>
<TargetDotnetVersions>net6.0;$(DefaultTargetDotnetVersion)</TargetDotnetVersions>
<TargetDotnetVersion>net8.0</TargetDotnetVersion>
<Platforms>x64;ARM64</Platforms>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>3.120.3</Version>
<Version>3.120.4</Version>
<Authors>OutSystems</Authors>
<Product>ReactView</Product>
<Copyright>Copyright © OutSystems 2023</Copyright>
@@ -18,7 +17,7 @@

<PropertyGroup>
<AvaloniaVersion>11.0.10</AvaloniaVersion>
<WebViewVersion>3.120.3</WebViewVersion>
<WebViewVersion>3.120.5</WebViewVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Platform)' == '' or '$(Platform)' == 'x64'">
2 changes: 1 addition & 1 deletion ReactViewControl.Avalonia/ReactViewControl.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(TargetDotnetVersions)</TargetFrameworks>
<TargetFramework>$(TargetDotnetVersion)</TargetFramework>
<RootNamespace>ReactViewControl</RootNamespace>
<AssemblyTitle>ReactViewControl Avalonia</AssemblyTitle>
<Description>ReactViewControl for Avalonia powered by CefGlue</Description>
2 changes: 1 addition & 1 deletion ReactViewControl/ReactViewControl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(DefaultTargetDotnetVersion)-windows</TargetFramework>
<TargetFramework>$(TargetDotnetVersion)-windows</TargetFramework>
<RootNamespace>ReactViewControl</RootNamespace>
<AssemblyTitle>ReactViewControl WPF</AssemblyTitle>
<Description>ReactViewControl for WPF powered by CefGlue</Description>
2 changes: 1 addition & 1 deletion ReactViewResources/ReactViewResources.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(TargetDotnetVersions)</TargetFrameworks>
<TargetFramework>$(TargetDotnetVersion)</TargetFramework>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Configurations>Debug;Release;ReleaseAvalonia;ReleaseWPF</Configurations>
2 changes: 1 addition & 1 deletion Sample.Avalonia/Sample.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>$(TargetDotnetVersions)</TargetFrameworks>
<TargetFramework>$(TargetDotnetVersion)</TargetFramework>
<RollForward>LatestMajor</RollForward>
<Configurations>Debug;Release;ReleaseAvalonia;ReleaseWPF</Configurations>
<RuntimeIdentifiers>osx-x64;win-x64;osx-arm64;win-arm64</RuntimeIdentifiers>
2 changes: 1 addition & 1 deletion Tests.ReactView/Tests.ReactView.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(TargetDotnetVersions)</TargetFrameworks>
<TargetFramework>$(TargetDotnetVersion)</TargetFramework>
<OutputPath>$(MSBuildProjectDirectory)\bin\</OutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PlatformTarget>$(Platform)</PlatformTarget>

0 comments on commit 49cff04

Please sign in to comment.