parent
05444e6376
commit
e34fbcff61
@ -0,0 +1,4 @@ |
||||
FROM mcr.microsoft.com/dotnet/aspnet:3.1 |
||||
COPY bin/Release/netcoreapp3.1/publish/ App/ |
||||
WORKDIR /App |
||||
ENTRYPOINT ["dotnet", "ServeurCollaborateur.dll"] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@ |
||||
{ |
||||
"runtimeOptions": { |
||||
"additionalProbingPaths": [ |
||||
"C:\\Users\\ygrette\\.dotnet\\store\\|arch|\\|tfm|", |
||||
"C:\\Users\\ygrette\\.nuget\\packages" |
||||
] |
||||
} |
||||
} |
@ -1,13 +0,0 @@ |
||||
{ |
||||
"runtimeOptions": { |
||||
"tfm": "netcoreapp3.1", |
||||
"framework": { |
||||
"name": "Microsoft.AspNetCore.App", |
||||
"version": "3.1.0" |
||||
}, |
||||
"configProperties": { |
||||
"System.GC.Server": true, |
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false |
||||
} |
||||
} |
||||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +0,0 @@ |
||||
{ |
||||
"Logging": { |
||||
"LogLevel": { |
||||
"Default": "Information", |
||||
"Microsoft": "Warning", |
||||
"Microsoft.Hosting.Lifetime": "Information" |
||||
} |
||||
} |
||||
} |
@ -1,10 +0,0 @@ |
||||
{ |
||||
"Logging": { |
||||
"LogLevel": { |
||||
"Default": "Information", |
||||
"Microsoft": "Warning", |
||||
"Microsoft.Hosting.Lifetime": "Information" |
||||
} |
||||
}, |
||||
"AllowedHosts": "*" |
||||
} |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,23 +1,23 @@ |
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// Ce code a été généré par un outil. |
||||
// Version du runtime :4.0.30319.42000 |
||||
// |
||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si |
||||
// le code est régénéré. |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ServeurCollaborateur")] |
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
||||
[assembly: System.Reflection.AssemblyProductAttribute("ServeurCollaborateur")] |
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ServeurCollaborateur")] |
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||
|
||||
// Généré par la classe MSBuild WriteCodeFragment. |
||||
|
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// Ce code a été généré par un outil. |
||||
// Version du runtime :4.0.30319.42000 |
||||
// |
||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si |
||||
// le code est régénéré. |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ServeurCollaborateur")] |
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
||||
[assembly: System.Reflection.AssemblyProductAttribute("ServeurCollaborateur")] |
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ServeurCollaborateur")] |
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||
|
||||
// Généré par la classe MSBuild WriteCodeFragment. |
||||
|
||||
|
@ -1 +1 @@ |
||||
5a68fab225c1af2f3fd7f3c05ad931b80f1346f0 |
||||
5a68fab225c1af2f3fd7f3c05ad931b80f1346f0 |
||||
|
@ -0,0 +1,3 @@ |
||||
is_global = true |
||||
build_property.RootNamespace = ServeurCollaborateur |
||||
build_property.ProjectDir = C:\Users\jvanneau\Documents\Projet_EP\1-App\ServeurCollaborateurPourEP\ServeurCollaborateur\ |
Binary file not shown.
Binary file not shown.
@ -1,83 +1,87 @@ |
||||
{ |
||||
"format": 1, |
||||
"restore": { |
||||
"C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj": {} |
||||
}, |
||||
"projects": { |
||||
"C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj": { |
||||
"version": "1.0.0", |
||||
"restore": { |
||||
"projectUniqueName": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||
"projectName": "ServeurCollaborateur", |
||||
"projectPath": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||
"packagesPath": "C:\\Users\\ygrette\\.nuget\\packages\\", |
||||
"outputPath": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\obj\\", |
||||
"projectStyle": "PackageReference", |
||||
"configFilePaths": [ |
||||
"C:\\Users\\ygrette\\AppData\\Roaming\\NuGet\\NuGet.Config", |
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
||||
], |
||||
"originalTargetFrameworks": [ |
||||
"netcoreapp3.1" |
||||
], |
||||
"sources": { |
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
||||
"https://api.nuget.org/v3/index.json": {} |
||||
}, |
||||
"frameworks": { |
||||
"netcoreapp3.1": { |
||||
"targetAlias": "netcoreapp3.1", |
||||
"projectReferences": {} |
||||
} |
||||
}, |
||||
"warningProperties": { |
||||
"warnAsError": [ |
||||
"NU1605" |
||||
] |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"netcoreapp3.1": { |
||||
"targetAlias": "netcoreapp3.1", |
||||
"dependencies": { |
||||
"Newtonsoft.Json": { |
||||
"target": "Package", |
||||
"version": "[12.0.3, )" |
||||
}, |
||||
"Swashbuckle": { |
||||
"target": "Package", |
||||
"version": "[5.6.0, )" |
||||
}, |
||||
"Swashbuckle.AspNetCore.Annotations": { |
||||
"target": "Package", |
||||
"version": "[5.6.3, )" |
||||
}, |
||||
"Swashbuckle.AspNetCore.SwaggerGen": { |
||||
"target": "Package", |
||||
"version": "[5.6.3, )" |
||||
} |
||||
}, |
||||
"imports": [ |
||||
"net461", |
||||
"net462", |
||||
"net47", |
||||
"net471", |
||||
"net472", |
||||
"net48" |
||||
], |
||||
"assetTargetFallback": true, |
||||
"warn": true, |
||||
"frameworkReferences": { |
||||
"Microsoft.AspNetCore.App": { |
||||
"privateAssets": "none" |
||||
}, |
||||
"Microsoft.NETCore.App": { |
||||
"privateAssets": "all" |
||||
} |
||||
}, |
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
{ |
||||
"format": 1, |
||||
"restore": { |
||||
"C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj": {} |
||||
}, |
||||
"projects": { |
||||
"C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj": { |
||||
"version": "1.0.0", |
||||
"restore": { |
||||
"projectUniqueName": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||
"projectName": "ServeurCollaborateur", |
||||
"projectPath": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||
"packagesPath": "C:\\Users\\jvanneau\\.nuget\\packages\\", |
||||
"outputPath": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\obj\\", |
||||
"projectStyle": "PackageReference", |
||||
"fallbackFolders": [ |
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
||||
], |
||||
"configFilePaths": [ |
||||
"C:\\Users\\jvanneau\\AppData\\Roaming\\NuGet\\NuGet.Config", |
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
||||
], |
||||
"originalTargetFrameworks": [ |
||||
"netcoreapp3.1" |
||||
], |
||||
"sources": { |
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
||||
"https://api.nuget.org/v3/index.json": {} |
||||
}, |
||||
"frameworks": { |
||||
"netcoreapp3.1": { |
||||
"targetAlias": "netcoreapp3.1", |
||||
"projectReferences": {} |
||||
} |
||||
}, |
||||
"warningProperties": { |
||||
"warnAsError": [ |
||||
"NU1605" |
||||
] |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"netcoreapp3.1": { |
||||
"targetAlias": "netcoreapp3.1", |
||||
"dependencies": { |
||||
"Newtonsoft.Json": { |
||||
"target": "Package", |
||||
"version": "[12.0.3, )" |
||||
}, |
||||
"Swashbuckle": { |
||||
"target": "Package", |
||||
"version": "[5.6.0, )" |
||||
}, |
||||
"Swashbuckle.AspNetCore.Annotations": { |
||||
"target": "Package", |
||||
"version": "[5.6.3, )" |
||||
}, |
||||
"Swashbuckle.AspNetCore.SwaggerGen": { |
||||
"target": "Package", |
||||
"version": "[5.6.3, )" |
||||
} |
||||
}, |
||||
"imports": [ |
||||
"net461", |
||||
"net462", |
||||
"net47", |
||||
"net471", |
||||
"net472", |
||||
"net48" |
||||
], |
||||
"assetTargetFallback": true, |
||||
"warn": true, |
||||
"frameworkReferences": { |
||||
"Microsoft.AspNetCore.App": { |
||||
"privateAssets": "none" |
||||
}, |
||||
"Microsoft.NETCore.App": { |
||||
"privateAssets": "all" |
||||
} |
||||
}, |
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100\\RuntimeIdentifierGraph.json" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -1,93 +1,93 @@ |
||||
{ |
||||
"version": 2, |
||||
"dgSpecHash": "Y9fzp4S13ex5IYrSg+9ANnzKvxzaFdKW7njmmOGUXx/7m1qJus8HIyYXb5YKszkHfF/2+n3vXbL3O16wtwVWGA==", |
||||
"success": true, |
||||
"projectFilePath": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||
"expectedPackageFiles": [ |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\microsoft.aspnet.webapi.client\\4.0.20710\\microsoft.aspnet.webapi.client.4.0.20710.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\microsoft.aspnet.webapi.core\\4.0.20710\\microsoft.aspnet.webapi.core.4.0.20710.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\microsoft.aspnet.webapi.webhost\\4.0.20710\\microsoft.aspnet.webapi.webhost.4.0.20710.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\microsoft.net.http\\2.0.20710\\microsoft.net.http.2.0.20710.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\microsoft.web.infrastructure\\1.0.0\\microsoft.web.infrastructure.1.0.0.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\swashbuckle\\5.6.0\\swashbuckle.5.6.0.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\swashbuckle.aspnetcore.annotations\\5.6.3\\swashbuckle.aspnetcore.annotations.5.6.3.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\5.6.3\\swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\5.6.3\\swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\swashbuckle.core\\5.6.0\\swashbuckle.core.5.6.0.nupkg.sha512", |
||||
"C:\\Users\\ygrette\\.nuget\\packages\\webactivatorex\\2.0.0\\webactivatorex.2.0.0.nupkg.sha512" |
||||
], |
||||
"logs": [ |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.AspNet.WebApi.Client 4.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.AspNet.WebApi.Client", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.AspNet.WebApi.Core 4.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.AspNet.WebApi.Core", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.AspNet.WebApi.WebHost 4.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.AspNet.WebApi.WebHost", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.Net.Http 2.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.Net.Http", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.Web.Infrastructure 1.0.0' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.Web.Infrastructure", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Swashbuckle.Core 5.6.0' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Swashbuckle.Core", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'WebActivatorEx 2.0.0' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "WebActivatorEx", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
} |
||||
] |
||||
{ |
||||
"version": 2, |
||||
"dgSpecHash": "YJWVpTUTn7MXm9yEncAqPNCfyRCiSgxWzpxwZ6iq4M3zWXFFBjeqrZDzBM9A8KZQEnnCYHDJyXKlZRAqGZCgAw==", |
||||
"success": true, |
||||
"projectFilePath": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||
"expectedPackageFiles": [ |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\microsoft.aspnet.webapi.client\\4.0.20710\\microsoft.aspnet.webapi.client.4.0.20710.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\microsoft.aspnet.webapi.core\\4.0.20710\\microsoft.aspnet.webapi.core.4.0.20710.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\microsoft.aspnet.webapi.webhost\\4.0.20710\\microsoft.aspnet.webapi.webhost.4.0.20710.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\microsoft.net.http\\2.0.20710\\microsoft.net.http.2.0.20710.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\microsoft.web.infrastructure\\1.0.0\\microsoft.web.infrastructure.1.0.0.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\swashbuckle\\5.6.0\\swashbuckle.5.6.0.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\swashbuckle.aspnetcore.annotations\\5.6.3\\swashbuckle.aspnetcore.annotations.5.6.3.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\5.6.3\\swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\5.6.3\\swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\swashbuckle.core\\5.6.0\\swashbuckle.core.5.6.0.nupkg.sha512", |
||||
"C:\\Users\\jvanneau\\.nuget\\packages\\webactivatorex\\2.0.0\\webactivatorex.2.0.0.nupkg.sha512" |
||||
], |
||||
"logs": [ |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.AspNet.WebApi.Client 4.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.AspNet.WebApi.Client", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.AspNet.WebApi.Core 4.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.AspNet.WebApi.Core", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.AspNet.WebApi.WebHost 4.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.AspNet.WebApi.WebHost", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.Net.Http 2.0.20710' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.Net.Http", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Microsoft.Web.Infrastructure 1.0.0' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Microsoft.Web.Infrastructure", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'Swashbuckle.Core 5.6.0' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "Swashbuckle.Core", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
}, |
||||
{ |
||||
"code": "NU1701", |
||||
"level": "Warning", |
||||
"warningLevel": 1, |
||||
"message": "Le package 'WebActivatorEx 2.0.0' a été restauré en utilisant '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' au lieu du framework cible du projet '.NETCoreApp,Version=v3.1'. Ce package n'est peut-être pas totalement compatible avec votre projet.", |
||||
"libraryId": "WebActivatorEx", |
||||
"targetGraphs": [ |
||||
".NETCoreApp,Version=v3.1" |
||||
] |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue