update to .net7
continuous-integration/drone/push Build encountered an error Details

pull/2/head
Maxence LANONE 2 years ago
parent aac396f9d2
commit 9d1c32ed0f

@ -1,35 +1,59 @@
<Properties GitUserInfo="UsingGIT" StartupConfiguration="{F4473EB6-6CD7-4A73-89BC-82C247A23412}|Default">
<MonoDevelop.Ide.ItemProperties.Tests.TestUnitaireLOL PreferredExecutionTarget="MonoDevelop.Default" />
<MonoDevelop.Ide.Workbench ActiveDocument="../../EntityFrameWorkLib/EntityFrameWorkLib/ChampionEntity.cs">
<MonoDevelop.Ide.Workbench ActiveDocument="../../../../../usr/local/share/dotnet/sdk/7.0.102/Microsoft.Common.CurrentVersion.targets">
<Files>
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/Class1.cs" />
<File FileName="Tests/ConsoleDB/Program.cs" />
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/LolContext.cs" />
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/EntityFrameWorkLib.csproj" />
<File FileName="Tests/ConsoleDB/Program.cs" Line="1" Column="1" />
<File FileName="Tests/ConsoleDB/ConsoleDB.csproj" />
<File FileName="Tests/TestUnitaireLOL/UnitTest1.cs" />
<File FileName="Tests/TestUnitaireLOL/Usings.cs" />
<File FileName="Tests/ConsoleTests/Program.cs" />
<File FileName="Tests/TestUnitaireLOL/UnitTest1.cs" Line="1" Column="18" />
<File FileName="Tests/TestUnitaireLOL/Usings.cs" Line="1" Column="1" />
<File FileName="Tests/ConsoleTests/Program.cs" Line="1" Column="1" />
<File FileName="Model/Champion.cs" />
<File FileName="Model/IDataManager.cs" />
<File FileName="Shared/IGenericDataManager.cs" />
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/ChampionEntity.cs" Line="1" Column="1" />
<File FileName="../../../../../usr/local/share/dotnet/sdk/7.0.102/Microsoft.Common.CurrentVersion.targets" Line="1830" Column="5" />
<File FileName="DbDatamanager/DbDataManager.cs" Line="1" Column="1" />
<File FileName="EntityFrameWorkLib/ChampionEntity.cs" Line="1" Column="1" />
<File FileName="EntityFrameWorkLib/Class1.cs" Line="1" Column="1" />
<File FileName="EntityFrameWorkLib/LolContext.cs" Line="1" Column="1" />
<File FileName="StubLib/Extensions.cs" Line="1" Column="1" />
<File FileName="StubLib/StubData.cs" Line="1" Column="1" />
<File FileName="StubLib/StubData.Champions.cs" Line="1" Column="1" />
<File FileName="StubLib/StubData.RunePages.cs" Line="1" Column="1" />
<File FileName="StubLib/StubData.Runes.cs" Line="1" Column="1" />
<File FileName="StubLib/StubData.Skins.cs" Line="1" Column="1" />
</Files>
<Pads>
<Pad Id="ProjectPad">
<State name="__root__">
<Node name="LeagueOfLegends" expanded="True">
<Node name="EntityFrameWorkLib" expanded="True" selected="True" />
<Node name="Stub" expanded="True">
<Node name="StubLib" expanded="True" />
</Node>
<Node name="Tests" expanded="True">
<Node name="ConsoleDB" expanded="True" />
<Node name="ConsoleTests" expanded="True" />
<Node name="TestUnitaireLOL" expanded="True" />
</Node>
<Node name="DbDatamanager" expanded="True" />
<Node name="EntityFrameWorkLib" expanded="True" />
<Node name="Model" expanded="True" />
<Node name="Shared" expanded="True" />
</Node>
</State>
</Pad>
<Pad Id="MonoDevelop.UnitTesting.TestPad">
<State name="__root__">
<Node name="LeagueOfLegends" expanded="True" selected="True" />
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MultiItemStartupConfigurations />
<MonoDevelop.Ide.ItemProperties.DbDatamanager FirstBuild="True" />
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
<MonoDevelop.Ide.DebuggingService.Breakpoints />
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.ItemProperties.Tests.ConsoleDB PreferredExecutionTarget="MonoDevelop.Default" />
<MonoDevelop.Ide.ItemProperties.Tests.ConsoleTests PreferredExecutionTarget="MonoDevelop.Default" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,49 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"DbDatamanager/1.0.0": {
"dependencies": {
"Model": "1.0.0"
},
"runtime": {
"DbDatamanager.dll": {}
}
},
"Model/1.0.0": {
"dependencies": {
"Shared": "1.0.0"
},
"runtime": {
"Model.dll": {}
}
},
"Shared/1.0.0": {
"runtime": {
"Shared.dll": {}
}
}
}
},
"libraries": {
"DbDatamanager/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Model/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Shared/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

@ -75,15 +75,15 @@
"/Users/malanone/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net7.0"
],
"sources": {
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj": {
"projectPath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj"
@ -98,8 +98,8 @@
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",

@ -0,0 +1,17 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/DbDatamanager.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/DbDatamanager.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/DbDatamanager.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/bin/Debug/net7.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.csproj.CopyComplete
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/refint/DbDatamanager.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/DbDatamanager.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/obj/Debug/net7.0/ref/DbDatamanager.dll

@ -4,7 +4,7 @@
"net7.0": {
"Model/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
"Shared": "1.0.0"
},

@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "G7DZFYmIjMBjgulEXqpFMzNB4GFtrfUj/S/DHDDP3rjU58OVGGrxkegeVbTW59RzXQq/cn5JwW6+xS/48JpWXw==",
"dgSpecHash": "fUjbUAaOSn1qx9z+6EH3sDhk0dmrhORYg19IXaRZFTTyBKVI5cRybquO7rOvLSRZEQ2TljuVGmaO+qsZXXqBHQ==",
"success": true,
"projectFilePath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/DbDatamanager/DbDatamanager.csproj",
"expectedPackageFiles": [],

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"Model/1.0.0": {
"dependencies": {
"Shared": "1.0.0"
},
"runtime": {
"Model.dll": {}
}
},
"Shared/1.0.0": {
"runtime": {
"Shared.dll": {}
}
}
}
},
"libraries": {
"Model/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Shared/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
414233ec2394cd1ad15cad76aaef9814f8710052
c671bff31a178eb10ad640c0c18eb72d9db567c3

Binary file not shown.

Binary file not shown.

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Model")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Model")]
[assembly: System.Reflection.AssemblyTitleAttribute("Model")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

@ -0,0 +1 @@
4a8dbeadcd9b0f1c9e3d60538b31bdeebd5df202

@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Model
build_property.ProjectDir = /Users/malanone/Projects/EntityFramework_LoL/Sources/Model/

@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -0,0 +1 @@
1c07443f9c5ae1d90d6e13ef9136ed6c652c1e34

@ -0,0 +1,15 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net7.0/Model.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net7.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net7.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net7.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net7.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.csproj.CopyComplete
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/refint/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net7.0/ref/Model.dll

Binary file not shown.

Binary file not shown.

@ -17,15 +17,15 @@
"/Users/malanone/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net7.0"
],
"sources": {
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj": {
"projectPath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj"
@ -40,8 +40,8 @@
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",

@ -1,7 +1,7 @@
{
"version": 3,
"targets": {
"net6.0": {
"net7.0": {
"Shared/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
@ -22,7 +22,7 @@
}
},
"projectFileDependencyGroups": {
"net6.0": [
"net7.0": [
"Shared >= 1.0.0"
]
},
@ -42,15 +42,15 @@
"/Users/malanone/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net7.0"
],
"sources": {
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj": {
"projectPath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj"
@ -65,8 +65,8 @@
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",

@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "Ao5jSTT+yGabTAfYDg9P2A9++1IjHubTmpTELObId4uBtBEsl5Thlg9nVubRAPa1/L6iUltcFcpDKWlnyNafNA==",
"dgSpecHash": "wpmn3ia+9dHjGx5VlzLG/HgGNlgQhT3rxvOohVUorw9wpfDY2xxxpSBKfat8lHxRsH7Qy8BPohfjWQpCw2f40w==",
"success": true,
"projectFilePath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/Model.csproj",
"expectedPackageFiles": [],

@ -1 +1 @@
892cb89c1d6cc47cac910b2b07e6f66db37449dd
75729bd232009ed1feb091520073c4386d31ebd9

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

@ -1,11 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
".NETCoreApp,Version=v7.0": {
"StubLib/1.0.0": {
"dependencies": {
"Model": "1.0.0"

@ -1 +0,0 @@
fd8d25996c79d81c2a36a4a10635511b2bad9965

@ -1,17 +0,0 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/StubLib.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/StubLib.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.csproj.CopyComplete
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/refint/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/ref/StubLib.dll

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

@ -1,5 +1,5 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =

@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -0,0 +1 @@
fc008f19b12083d2bfacf836d2dd525203f412de

@ -0,0 +1,17 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/StubLib.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/StubLib.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net7.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.csproj.CopyComplete
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/refint/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/StubLib.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net7.0/ref/StubLib.dll

@ -17,15 +17,15 @@
"/Users/malanone/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net7.0"
],
"sources": {
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj": {
"projectPath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/Shared.csproj"
@ -40,8 +40,8 @@
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",
@ -129,15 +129,15 @@
"/Users/malanone/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net7.0"
],
"sources": {
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/Model.csproj": {
"projectPath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/Model.csproj"
@ -152,8 +152,8 @@
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",

@ -1,10 +1,10 @@
{
"version": 3,
"targets": {
"net6.0": {
"net7.0": {
"Model/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v6.0",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
"Shared": "1.0.0"
},
@ -40,7 +40,7 @@
}
},
"projectFileDependencyGroups": {
"net6.0": [
"net7.0": [
"Model >= 1.0.0"
]
},
@ -60,15 +60,15 @@
"/Users/malanone/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
"net7.0"
],
"sources": {
"/usr/local/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/Model.csproj": {
"projectPath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/Model.csproj"
@ -83,8 +83,8 @@
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",

@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "kRTQFNFNDRLur2GlDoppxc++P+eq6D7eGh5i9jltneyIc78hDy9frtPDdDfLC1QI/CwHCxTeutOj3yoceZSnAg==",
"dgSpecHash": "jcg1VS8ioaj/oeVy+jvEC/yjZ/dqkAjgR2FV9D9I9x3AIvDMhkBDWQ/wEEnjm+OyD2Ll8fqYBRUNQuRleD/G7w==",
"success": true,
"projectFilePath": "/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/StubLib.csproj",
"expectedPackageFiles": [],

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save