Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
VANNEAU | e34fbcff61 | 3 years ago |
@ -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> |
// <auto-generated> |
||||||
// Ce code a été généré par un outil. |
// Ce code a été généré par un outil. |
||||||
// Version du runtime :4.0.30319.42000 |
// Version du runtime :4.0.30319.42000 |
||||||
// |
// |
||||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si |
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si |
||||||
// le code est régénéré. |
// le code est régénéré. |
||||||
// </auto-generated> |
// </auto-generated> |
||||||
//------------------------------------------------------------------------------ |
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
using System; |
using System; |
||||||
using System.Reflection; |
using System.Reflection; |
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("ServeurCollaborateur")] |
[assembly: System.Reflection.AssemblyCompanyAttribute("ServeurCollaborateur")] |
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
||||||
[assembly: System.Reflection.AssemblyProductAttribute("ServeurCollaborateur")] |
[assembly: System.Reflection.AssemblyProductAttribute("ServeurCollaborateur")] |
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("ServeurCollaborateur")] |
[assembly: System.Reflection.AssemblyTitleAttribute("ServeurCollaborateur")] |
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||||
|
|
||||||
// Généré par la classe MSBuild WriteCodeFragment. |
// 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, |
"format": 1, |
||||||
"restore": { |
"restore": { |
||||||
"C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj": {} |
"C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj": {} |
||||||
}, |
}, |
||||||
"projects": { |
"projects": { |
||||||
"C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj": { |
"C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj": { |
||||||
"version": "1.0.0", |
"version": "1.0.0", |
||||||
"restore": { |
"restore": { |
||||||
"projectUniqueName": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
"projectUniqueName": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||||
"projectName": "ServeurCollaborateur", |
"projectName": "ServeurCollaborateur", |
||||||
"projectPath": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
"projectPath": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||||
"packagesPath": "C:\\Users\\ygrette\\.nuget\\packages\\", |
"packagesPath": "C:\\Users\\jvanneau\\.nuget\\packages\\", |
||||||
"outputPath": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\obj\\", |
"outputPath": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\obj\\", |
||||||
"projectStyle": "PackageReference", |
"projectStyle": "PackageReference", |
||||||
"configFilePaths": [ |
"fallbackFolders": [ |
||||||
"C:\\Users\\ygrette\\AppData\\Roaming\\NuGet\\NuGet.Config", |
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
], |
||||||
], |
"configFilePaths": [ |
||||||
"originalTargetFrameworks": [ |
"C:\\Users\\jvanneau\\AppData\\Roaming\\NuGet\\NuGet.Config", |
||||||
"netcoreapp3.1" |
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
||||||
], |
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
||||||
"sources": { |
], |
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
"originalTargetFrameworks": [ |
||||||
"https://api.nuget.org/v3/index.json": {} |
"netcoreapp3.1" |
||||||
}, |
], |
||||||
"frameworks": { |
"sources": { |
||||||
"netcoreapp3.1": { |
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
||||||
"targetAlias": "netcoreapp3.1", |
"https://api.nuget.org/v3/index.json": {} |
||||||
"projectReferences": {} |
}, |
||||||
} |
"frameworks": { |
||||||
}, |
"netcoreapp3.1": { |
||||||
"warningProperties": { |
"targetAlias": "netcoreapp3.1", |
||||||
"warnAsError": [ |
"projectReferences": {} |
||||||
"NU1605" |
} |
||||||
] |
}, |
||||||
} |
"warningProperties": { |
||||||
}, |
"warnAsError": [ |
||||||
"frameworks": { |
"NU1605" |
||||||
"netcoreapp3.1": { |
] |
||||||
"targetAlias": "netcoreapp3.1", |
} |
||||||
"dependencies": { |
}, |
||||||
"Newtonsoft.Json": { |
"frameworks": { |
||||||
"target": "Package", |
"netcoreapp3.1": { |
||||||
"version": "[12.0.3, )" |
"targetAlias": "netcoreapp3.1", |
||||||
}, |
"dependencies": { |
||||||
"Swashbuckle": { |
"Newtonsoft.Json": { |
||||||
"target": "Package", |
"target": "Package", |
||||||
"version": "[5.6.0, )" |
"version": "[12.0.3, )" |
||||||
}, |
}, |
||||||
"Swashbuckle.AspNetCore.Annotations": { |
"Swashbuckle": { |
||||||
"target": "Package", |
"target": "Package", |
||||||
"version": "[5.6.3, )" |
"version": "[5.6.0, )" |
||||||
}, |
}, |
||||||
"Swashbuckle.AspNetCore.SwaggerGen": { |
"Swashbuckle.AspNetCore.Annotations": { |
||||||
"target": "Package", |
"target": "Package", |
||||||
"version": "[5.6.3, )" |
"version": "[5.6.3, )" |
||||||
} |
}, |
||||||
}, |
"Swashbuckle.AspNetCore.SwaggerGen": { |
||||||
"imports": [ |
"target": "Package", |
||||||
"net461", |
"version": "[5.6.3, )" |
||||||
"net462", |
} |
||||||
"net47", |
}, |
||||||
"net471", |
"imports": [ |
||||||
"net472", |
"net461", |
||||||
"net48" |
"net462", |
||||||
], |
"net47", |
||||||
"assetTargetFallback": true, |
"net471", |
||||||
"warn": true, |
"net472", |
||||||
"frameworkReferences": { |
"net48" |
||||||
"Microsoft.AspNetCore.App": { |
], |
||||||
"privateAssets": "none" |
"assetTargetFallback": true, |
||||||
}, |
"warn": true, |
||||||
"Microsoft.NETCore.App": { |
"frameworkReferences": { |
||||||
"privateAssets": "all" |
"Microsoft.AspNetCore.App": { |
||||||
} |
"privateAssets": "none" |
||||||
}, |
}, |
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.101\\RuntimeIdentifierGraph.json" |
"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, |
"version": 2, |
||||||
"dgSpecHash": "Y9fzp4S13ex5IYrSg+9ANnzKvxzaFdKW7njmmOGUXx/7m1qJus8HIyYXb5YKszkHfF/2+n3vXbL3O16wtwVWGA==", |
"dgSpecHash": "YJWVpTUTn7MXm9yEncAqPNCfyRCiSgxWzpxwZ6iq4M3zWXFFBjeqrZDzBM9A8KZQEnnCYHDJyXKlZRAqGZCgAw==", |
||||||
"success": true, |
"success": true, |
||||||
"projectFilePath": "C:\\Users\\ygrette\\Documents\\DigitalisationEPA\\ServeurCollaborateurSolution\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
"projectFilePath": "C:\\Users\\jvanneau\\Documents\\Projet_EP\\1-App\\ServeurCollaborateurPourEP\\ServeurCollaborateur\\ServeurCollaborateur.csproj", |
||||||
"expectedPackageFiles": [ |
"expectedPackageFiles": [ |
||||||
"C:\\Users\\ygrette\\.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.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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\\jvanneau\\.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" |
"C:\\Users\\jvanneau\\.nuget\\packages\\webactivatorex\\2.0.0\\webactivatorex.2.0.0.nupkg.sha512" |
||||||
], |
], |
||||||
"logs": [ |
"logs": [ |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "Microsoft.AspNet.WebApi.Client", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "Microsoft.AspNet.WebApi.Core", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "Microsoft.AspNet.WebApi.WebHost", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "Microsoft.Net.Http", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "Microsoft.Web.Infrastructure", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "Swashbuckle.Core", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"code": "NU1701", |
"code": "NU1701", |
||||||
"level": "Warning", |
"level": "Warning", |
||||||
"warningLevel": 1, |
"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.", |
"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", |
"libraryId": "WebActivatorEx", |
||||||
"targetGraphs": [ |
"targetGraphs": [ |
||||||
".NETCoreApp,Version=v3.1" |
".NETCoreApp,Version=v3.1" |
||||||
] |
] |
||||||
} |
} |
||||||
] |
] |
||||||
} |
} |
Loading…
Reference in new issue