File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net48</ TargetFramework >
4+ <TargetFrameworks >net6.0;net7.0;net8.0</ TargetFrameworks >
55
66 <RootNamespace >OpenGL.Objects.Test</RootNamespace >
77 <AssemblyName >OpenGL.Net.Objects.Test</AssemblyName >
88
99 <DefineConstants >TRACE;HAVE_SYSTEM_DRAWING;HAVE_NUMERICS</DefineConstants >
1010
1111 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
12+
13+ <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
1214 </PropertyGroup >
1315
1416 <PropertyGroup >
Original file line number Diff line number Diff line change 1919 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
2020 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
2121 </PropertyGroup >
22-
22+
2323 <ItemGroup >
2424 <Compile Remove =" **\*" />
2525 <EmbeddedResource Remove =" **\*" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net48; net6.0;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
55
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77 <DefineConstants >TRACE;HAVE_SYSTEM_DRAWING;HAVE_NUMERICS</DefineConstants >
2020 </ItemGroup >
2121
2222 <ItemGroup >
23- <!-- Core benchmarking libraries -->
24- <PackageReference Include =" BenchmarkDotNet" Version =" 0.10.13" />
25- <PackageReference Include =" BenchmarkDotNet.Core" Version =" 0.10.13" />
26- <PackageReference Include =" BenchmarkDotNet.Toolchains.Roslyn" Version =" 0.10.13" />
27-
2823 <!-- Testing framework -->
2924 <PackageReference Include =" NUnit" Version =" 3.14.0" />
3025 <PackageReference Include =" NUnit3TestAdapter" Version =" 5.1.0" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" BenchmarkDotNet.Core" version =" 0.10.13" targetFramework =" net461" />
4- <package id =" BenchmarkDotNet.Toolchains.Roslyn" version =" 0.10.13" targetFramework =" net461" />
53 <package id =" Microsoft.CodeAnalysis.Analyzers" version =" 2.6.0" targetFramework =" monoandroid70" developmentDependency =" true" />
64 <package id =" Microsoft.CodeAnalysis.Common" version =" 2.7.0" targetFramework =" monoandroid70" />
75 <package id =" Microsoft.CodeAnalysis.CSharp" version =" 2.7.0" targetFramework =" monoandroid70" />
You can’t perform that action at this time.
0 commit comments