mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
Real initial commit test
This commit is contained in:
parent
f09d2ae460
commit
2285ab2bde
Binary file not shown.
Binary file not shown.
@ -17,8 +17,6 @@ using Microsoft.Extensions.Options;
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
using MyCore.Models;
|
||||
using Swashbuckle.AspNetCore.Swagger;
|
||||
using XXX.API;
|
||||
|
||||
namespace MyCore
|
||||
{
|
||||
public class Startup
|
||||
@ -75,9 +73,6 @@ namespace MyCore
|
||||
ClockSkew = TimeSpan.FromMinutes(5) //5 minute tolerance for the expiration date
|
||||
};
|
||||
});
|
||||
|
||||
/*services.AddSecurity<Authenticator>(this.Configuration, true);
|
||||
services.AddMvc().AddSecurity<UserModel>();*/
|
||||
}
|
||||
|
||||
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
||||
@ -105,7 +100,7 @@ namespace MyCore
|
||||
{
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "MyCoreApi V1");
|
||||
});
|
||||
//app.UseSecurity(true);
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
app.UseMvc();
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Users\thoma\source\repos\MyCore\MyCore\obj\project.assets.json</ProjectAssetsFile>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Users\thoma\OneDrive\Documents\Travail\MyCore\MyCore\obj\project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\thoma\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
|
||||
@ -12967,11 +12967,11 @@
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\thoma\\source\\repos\\MyCore\\MyCore\\MyCore.csproj",
|
||||
"projectUniqueName": "C:\\Users\\thoma\\OneDrive\\Documents\\Travail\\MyCore\\MyCore\\MyCore.csproj",
|
||||
"projectName": "MyCore",
|
||||
"projectPath": "C:\\Users\\thoma\\source\\repos\\MyCore\\MyCore\\MyCore.csproj",
|
||||
"projectPath": "C:\\Users\\thoma\\OneDrive\\Documents\\Travail\\MyCore\\MyCore\\MyCore.csproj",
|
||||
"packagesPath": "C:\\Users\\thoma\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\thoma\\source\\repos\\MyCore\\MyCore\\obj\\",
|
||||
"outputPath": "C:\\Users\\thoma\\OneDrive\\Documents\\Travail\\MyCore\\MyCore\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user