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
@ -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.
Loading…
Reference in new issue