Skip to content

Commit 6232aec

Browse files
authored
Merge pull request #1668 from SoftUni-Internal/add-dotnet-strategies-missing-nuget-packages
Add dotnet strategies missing nuget packages
2 parents d962a4c + c4af9b6 commit 6232aec

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Docker/worker_base/dotnet/packages-net6.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageReference Include="NUnit" Version="3.13.2" />
88
<PackageReference Include="NUnitLite" Version="3.13.2" />
99
<PackageReference Include="Moq" Version="4.20.72" />
10+
<PackageReference Include="AutoMapper" Version="13.0.1" />
1011
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1112
<PackageReference Include="System.Text.Json" Version="8.0.0" />
1213
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />

Docker/worker_base/dotnet/packages-net8.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PackageReference Include="NUnit" Version="3.13.2" />
88
<PackageReference Include="NUnitLite" Version="3.13.2" />
99
<PackageReference Include="Moq" Version="4.20.72" />
10+
<PackageReference Include="AutoMapper" Version="13.0.1" />
1011
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1112
<PackageReference Include="System.Text.Json" Version="8.0.0" />
1213
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />

Servers/Worker/OJS.Servers.Worker/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"DotNetCore3RuntimeVersion": "3.1.32",
3232
"DotNetCore5RuntimeVersion": "5.0.17",
3333
"DotNetCore6RuntimeVersion": "6.0.36",
34-
"DotNetCore8RuntimeVersion": "8.0.17",
34+
"DotNetCore8RuntimeVersion": "8.0.21",
3535
"DotNetCompilerPath": "/usr/bin/dotnet",
3636
"DotNetCore3SharedAssembliesPath": "/usr/share/dotnet/shared/Microsoft.NETCore.App/3.1.32",
3737
"DotNetCore5SharedAssembliesPath": "/usr/share/dotnet/shared/Microsoft.NETCore.App/5.0.17",
3838
"DotNetCore6SharedAssembliesPath": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/6.0.36",
39-
"DotNetCore8SharedAssembliesPath": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.17",
39+
"DotNetCore8SharedAssembliesPath": "/usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.21",
4040
"CSharpDotNet3CoreCompilerPath": "/usr/share/dotnet/sdk/3.1.426/Roslyn/bincore/csc.dll",
4141
"CSharpDotNetCore5CompilerPath": "/usr/share/dotnet/sdk/5.0.408/Roslyn/bincore/csc.dll",
4242
"CSharpDotNetCore6CompilerPath": "/usr/lib/dotnet/sdk/6.0.136/Roslyn/bincore/csc.dll",
43-
"CSharpDotNetCore8CompilerPath": "/usr/lib/dotnet/sdk/8.0.117/Roslyn/bincore/csc.dll",
43+
"CSharpDotNetCore8CompilerPath": "/usr/lib/dotnet/sdk/8.0.121/Roslyn/bincore/csc.dll",
4444
"GolangCompilerPath": "/usr/bin/go",
4545
"JavaCompilerPath": "/usr/lib/jvm/java-11-openjdk-amd64/bin/javac",
4646
"JavaExecutablePath": "/usr/lib/jvm/java-11-openjdk-amd64/bin/java",

0 commit comments

Comments
 (0)