changed version to 3.1.10
This commit is contained in:
parent
be45f867e2
commit
fe5d1aacfd
Binary file not shown.
@ -7,16 +7,17 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.1" NoWarn="NU1605" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.10" NoWarn="NU1605" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.1" NoWarn="NU1605" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.10" NoWarn="NU1605" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.1" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.10" />
|
||||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.10" />
|
||||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.10" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.10" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.10" />
|
||||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
|
||||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.1" />
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" />
|
||||||
|
<PackageReference Include="MySql.Data.EntityFrameworkCore" Version="8.0.22" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.2.4" />
|
|
||||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
@ -22,12 +22,14 @@ namespace AlfaPrentice
|
|||||||
}
|
}
|
||||||
|
|
||||||
public IConfiguration Configuration { get; }
|
public IConfiguration Configuration { get; }
|
||||||
|
|
||||||
|
|
||||||
// This method gets called by the runtime. Use this method to add services to the container.
|
// This method gets called by the runtime. Use this method to add services to the container.
|
||||||
public void ConfigureServices(IServiceCollection services)
|
public void ConfigureServices(IServiceCollection services)
|
||||||
{
|
{
|
||||||
|
|
||||||
services.Configure<Models.AppSettings>(Configuration);
|
services.Configure<Models.AppSettings>(Configuration);
|
||||||
services.AddDbContext<AlfaPrenticeContext>(options => options.UseMySql(Configuration.GetConnectionString("AlfaPrentice")));
|
services.AddDbContext<AlfaPrenticeContext>(options => options.UseMySQL(Configuration.GetConnectionString("AlfaPrentice")));
|
||||||
services.AddControllers();
|
services.AddControllers();
|
||||||
services.AddSwaggerGen(c =>
|
services.AddSwaggerGen(c =>
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"runtimeOptions": {
|
"runtimeOptions": {
|
||||||
"additionalProbingPaths": [
|
"additionalProbingPaths": [
|
||||||
"C:\\Users\\mathieu\\.dotnet\\store\\|arch|\\|tfm|",
|
"C:\\Users\\Xandra Mentink\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
"C:\\Users\\mathieu\\.nuget\\packages"
|
"C:\\Users\\Xandra Mentink\\.nuget\\packages",
|
||||||
|
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BIN
AlfaPrentice/bin/Debug/net5.0/BouncyCastle.Crypto.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/BouncyCastle.Crypto.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/Google.Protobuf.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/Google.Protobuf.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.Streams.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.Streams.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/K4os.Hash.xxHash.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/K4os.Hash.xxHash.dll
Normal file
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.
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.
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.
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/MySql.Data.EntityFrameworkCore.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/MySql.Data.EntityFrameworkCore.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/MySql.Data.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/MySql.Data.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/NuGet.Frameworks.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/NuGet.Frameworks.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/Renci.SshNet.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/Renci.SshNet.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/SshNet.Security.Cryptography.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/SshNet.Security.Cryptography.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/System.Xml.XPath.XmlDocument.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/System.Xml.XPath.XmlDocument.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/Ubiety.Dns.Core.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/Ubiety.Dns.Core.dll
Normal file
Binary file not shown.
BIN
AlfaPrentice/bin/Debug/net5.0/Zstandard.Net.dll
Normal file
BIN
AlfaPrentice/bin/Debug/net5.0/Zstandard.Net.dll
Normal file
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.
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user