diff --git a/examples/docker/docker-compose.yml b/examples/docker/docker-compose.yml index ad0ca5ac..f2182a61 100644 --- a/examples/docker/docker-compose.yml +++ b/examples/docker/docker-compose.yml @@ -9,8 +9,6 @@ services: - Registry:PackageNameNuGetPostFix= (Custom NuGet) # Suffix of the package title, useful in case of having several containers and several scope registries, default is " (NuGet)". - Registry:RootPersistentFolder=custom_unity_packages # Path to the folder where the packages cache will be stored, default is "unity_packages". - Registry:UpdateInterval=00:01:00 # Packages update interval, default is "00:10:00" (10 minutes). - - Registry:TargetFramework:Name=netstandard2.1 # Target framework: https://docs.microsoft.com/en-us/dotnet/standard/frameworks - - Registry:TargetFramework:DefineConstraint=NET_STANDARD_2_1 # Unity directive that should match with Target framework: https://docs.unity3d.com/Manual/PlatformDependentCompilation.html - Logging:LogLevel:Default=Information ports: - 5000:80 diff --git a/examples/docker/registry.json b/examples/docker/registry.json index a2280547..b0227b0b 100644 --- a/examples/docker/registry.json +++ b/examples/docker/registry.json @@ -7,7 +7,35 @@ "listed": true, "version": "10.0.4" }, + "Microsoft.Bcl.AsyncInterfaces": { + "listed": true, + "version": "1.0.0" + }, + "Microsoft.Bcl.HashCode": { + "listed": true, + "version": "1.0.0" + }, "Microsoft.CSharp": { "ignore": true + }, + "System.Buffers": { + "listed": true, + "version": "4.4.0" + }, + "System.Memory": { + "listed": true, + "version": "4.5.0" + }, + "System.Numerics.Vectors": { + "listed": false, + "version": "4.4.0" + }, + "System.Runtime.CompilerServices.Unsafe": { + "listed": true, + "version": "4.4.0" + }, + "System.Threading.Tasks.Extensions": { + "listed": false, + "version": "4.4.0" } }