Compare commits

..

1 Commits

Author SHA1 Message Date
VANNEAU e34fbcff61 Maj 2 years ago
  1. 4
      ServeurCollaborateur/Dockerfile
  2. 16
      ServeurCollaborateur/Properties/PublishProfiles/FolderProfile.pubxml
  3. 10
      ServeurCollaborateur/Properties/PublishProfiles/FolderProfile.pubxml.user
  4. 6
      ServeurCollaborateur/ServeurCollaborateur.csproj.user
  5. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.dll
  6. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Microsoft.Web.Infrastructure.dll
  7. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Newtonsoft.Json.dll
  8. 3679
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/ServeurCollaborateur.deps.json
  9. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/ServeurCollaborateur.dll
  10. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/ServeurCollaborateur.exe
  11. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/ServeurCollaborateur.pdb
  12. 8
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/ServeurCollaborateur.runtimeconfig.dev.json
  13. 13
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/ServeurCollaborateur.runtimeconfig.json
  14. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Annotations.dll
  15. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Swagger.dll
  16. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerGen.dll
  17. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/Swashbuckle.Core.dll
  18. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/System.Net.Http.Formatting.dll
  19. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/System.Web.Http.WebHost.dll
  20. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/System.Web.Http.dll
  21. BIN
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/WebActivatorEx.dll
  22. 9
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/appsettings.Development.json
  23. 10
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/appsettings.json
  24. 1483
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/collaborateurs - Copier.json
  25. 1481
      ServeurCollaborateur/bin/Debug/netcoreapp3.1/collaborateurs.json
  26. 46
      ServeurCollaborateur/obj/Debug/netcoreapp3.1/ServeurCollaborateur.AssemblyInfo.cs
  27. 2
      ServeurCollaborateur/obj/Debug/netcoreapp3.1/ServeurCollaborateur.AssemblyInfoInputs.cache
  28. 3
      ServeurCollaborateur/obj/Debug/netcoreapp3.1/ServeurCollaborateur.GeneratedMSBuildEditorConfig.editorconfig
  29. BIN
      ServeurCollaborateur/obj/Debug/netcoreapp3.1/ServeurCollaborateur.assets.cache
  30. BIN
      ServeurCollaborateur/obj/Debug/netcoreapp3.1/ServeurCollaborateur.csproj.AssemblyReference.cache
  31. 168
      ServeurCollaborateur/obj/ServeurCollaborateur.csproj.nuget.dgspec.json
  32. 32
      ServeurCollaborateur/obj/ServeurCollaborateur.csproj.nuget.g.props
  33. 8
      ServeurCollaborateur/obj/ServeurCollaborateur.csproj.nuget.g.targets
  34. 1041
      ServeurCollaborateur/obj/project.assets.json
  35. 184
      ServeurCollaborateur/obj/project.nuget.cache

@ -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"]

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DeleteExistingFiles>False</DeleteExistingFiles>
<ExcludeApp_Data>False</ExcludeApp_Data>
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>bin\Release\netcoreapp3.1\publish\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
</PropertyGroup>
</Project>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_PublishTargetUrl>C:\Users\jvanneau\Documents\Projet_EP\1-App\ServeurCollaborateurPourEP\ServeurCollaborateur\bin\Release\netcoreapp3.1\publish\</_PublishTargetUrl>
<History>True|2021-11-29T14:03:11.3840079Z;</History>
</PropertyGroup>
</Project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NameOfLastUsedPublishProfile>C:\Users\jvanneau\Documents\Projet_EP\1-App\ServeurCollaborateurPourEP\ServeurCollaborateur\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
</PropertyGroup>
</Project>

@ -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
}
}
}

@ -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": "*"
}

@ -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\

@ -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"
}
}
}
}
} }

@ -1,18 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\ygrette\.nuget\packages\</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\jvanneau\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> <SourceRoot Include="C:\Users\jvanneau\.nuget\packages\" />
</ItemGroup> <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
<PropertyGroup> </ItemGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project> </Project>

@ -1,6 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

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…
Cancel
Save