1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Target .NET 5

This commit is contained in:
SpoinkyNL 2020-11-15 23:39:32 +01:00
parent d90ceb8c53
commit 805e6b0ed9
8 changed files with 23 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<ShouldIncludeNativeSkiaSharp>false</ShouldIncludeNativeSkiaSharp>
<AssemblyTitle>Artemis.Core</AssemblyTitle>
@ -40,7 +40,7 @@
<PackageReference Include="HidSharp" Version="2.1.0" />
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="LiteDB" Version="5.0.8" />
<PackageReference Include="McMaster.NETCore.Plugins" Version="1.3.0" />
<PackageReference Include="McMaster.NETCore.Plugins" Version="1.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Ninject" Version="3.3.4" />
<PackageReference Include="Ninject.Extensions.ChildKernel" Version="3.3.0" />

View File

@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETCoreApp,Version=v3.1": {
".NETCoreApp,Version=v5.0": {
"Ben.Demystifier": {
"type": "Direct",
"requested": "[0.1.6, )",
@ -32,9 +32,9 @@
},
"McMaster.NETCore.Plugins": {
"type": "Direct",
"requested": "[1.3.0, )",
"resolved": "1.3.0",
"contentHash": "QjGW7DQ0kUB5lrVvczkwVipHbkindrTpQCeYuQKYWtPKJI8MCMl05RCq4J/H9DGqcJEUH8hxCYm8GcxXVOv7MQ==",
"requested": "[1.3.1, )",
"resolved": "1.3.1",
"contentHash": "N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0"

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<Platforms>x64</Platforms>
</PropertyGroup>

View File

@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETCoreApp,Version=v3.1": {
".NETCoreApp,Version=v5.0": {
"LiteDB": {
"type": "Direct",
"requested": "[5.0.8, )",

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ShouldIncludeNativeSkiaSharp>false</ShouldIncludeNativeSkiaSharp>

View File

@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETCoreApp,Version=v3.1": {
".NETCoreApp,Version=v5.0": {
"AvalonEdit": {
"type": "Direct",
"requested": "[6.0.1, )",
@ -159,8 +159,8 @@
},
"McMaster.NETCore.Plugins": {
"type": "Transitive",
"resolved": "1.3.0",
"contentHash": "QjGW7DQ0kUB5lrVvczkwVipHbkindrTpQCeYuQKYWtPKJI8MCMl05RCq4J/H9DGqcJEUH8hxCYm8GcxXVOv7MQ==",
"resolved": "1.3.1",
"contentHash": "N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0"
@ -1290,7 +1290,7 @@
"HidSharp": "2.1.0",
"Humanizer.Core": "2.8.26",
"LiteDB": "5.0.8",
"McMaster.NETCore.Plugins": "1.3.0",
"McMaster.NETCore.Plugins": "1.3.1",
"Newtonsoft.Json": "12.0.3",
"Ninject": "3.3.4",
"Ninject.Extensions.ChildKernel": "3.3.0",

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0-windows</TargetFramework>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>Artemis</AssemblyTitle>
@ -309,6 +309,9 @@
<None Remove="Resources\Images\Logo\logo-512.ico" />
<None Remove="Resources\Images\Sidebar\sidebar-header.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>

View File

@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
".NETCoreApp,Version=v3.1": {
".NETCoreApp,Version=v5.0": {
"FluentValidation": {
"type": "Direct",
"requested": "[9.2.0, )",
@ -204,8 +204,8 @@
},
"McMaster.NETCore.Plugins": {
"type": "Transitive",
"resolved": "1.3.0",
"contentHash": "QjGW7DQ0kUB5lrVvczkwVipHbkindrTpQCeYuQKYWtPKJI8MCMl05RCq4J/H9DGqcJEUH8hxCYm8GcxXVOv7MQ==",
"resolved": "1.3.1",
"contentHash": "N3Ki6enXiqUB1IN8aunwhkvJ318fbF+nYuqxAFwqEnOau9536nSuD12ux3LCFFhPc4zXughJurB3GRhP10hK2g==",
"dependencies": {
"Microsoft.DotNet.PlatformAbstractions": "3.1.0",
"Microsoft.Extensions.DependencyModel": "3.1.0"
@ -1353,7 +1353,7 @@
"HidSharp": "2.1.0",
"Humanizer.Core": "2.8.26",
"LiteDB": "5.0.8",
"McMaster.NETCore.Plugins": "1.3.0",
"McMaster.NETCore.Plugins": "1.3.1",
"Newtonsoft.Json": "12.0.3",
"Ninject": "3.3.4",
"Ninject.Extensions.ChildKernel": "3.3.0",