@@ -1896,129 +1896,131 @@
1896
1896
"monai.deploy.informaticsgateway" : {
1897
1897
"type" : " Project" ,
1898
1898
"dependencies" : {
1899
- "Ardalis.GuardClauses" : " 4.0.1" ,
1900
- "DotNext.Threading" : " 4.7.4" ,
1901
- "HL7-dotnetcore" : " 2.29.0" ,
1902
- "Karambolo.Extensions.Logging.File" : " 3.3.1" ,
1903
- "Microsoft.EntityFrameworkCore" : " 6.0.12" ,
1904
- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 6.0.0" ,
1905
- "Microsoft.Extensions.Hosting" : " 6.0.1" ,
1906
- "Microsoft.Extensions.Logging" : " 6.0.0" ,
1907
- "Microsoft.Extensions.Logging.Console" : " 6.0.0" ,
1908
- "Microsoft.Extensions.Options" : " 6.0.0" ,
1909
- "Monai.Deploy.InformaticsGateway.Api" : " 1.0.0" ,
1910
- "Monai.Deploy.InformaticsGateway.Common" : " 1.0.0" ,
1911
- "Monai.Deploy.InformaticsGateway.Configuration" : " 1.0.0" ,
1912
- "Monai.Deploy.InformaticsGateway.Database" : " 1.0.0" ,
1913
- "Monai.Deploy.InformaticsGateway.Database.EntityFramework" : " 1.0.0" ,
1914
- "Monai.Deploy.InformaticsGateway.DicomWeb.Client" : " 1.0.0" ,
1915
- "Monai.Deploy.Messaging.RabbitMQ" : " 0.1.19" ,
1916
- "Monai.Deploy.Security" : " 0.1.3" ,
1917
- "Monai.Deploy.Storage" : " 0.2.13" ,
1918
- "Monai.Deploy.Storage.MinIO" : " 0.2.13" ,
1919
- "NLog" : " 5.1.0" ,
1920
- "NLog.Web.AspNetCore" : " 5.2.0" ,
1921
- "Polly" : " 7.2.3" ,
1922
- "Swashbuckle.AspNetCore" : " 6.4.0" ,
1923
- "fo-dicom" : " 5.0.3" ,
1924
- "fo-dicom.NLog" : " 5.0.3"
1899
+ "Ardalis.GuardClauses" : " [4.0.1, )" ,
1900
+ "DotNext.Threading" : " [4.7.4, )" ,
1901
+ "HL7-dotnetcore" : " [2.29.0, )" ,
1902
+ "Karambolo.Extensions.Logging.File" : " [3.3.1, )" ,
1903
+ "Microsoft.EntityFrameworkCore" : " [6.0.12, )" ,
1904
+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " [6.0.0, )" ,
1905
+ "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" : " [6.0.12, )" ,
1906
+ "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" : " [6.0.12, )" ,
1907
+ "Microsoft.Extensions.Hosting" : " [6.0.1, )" ,
1908
+ "Microsoft.Extensions.Logging" : " [6.0.0, )" ,
1909
+ "Microsoft.Extensions.Logging.Console" : " [6.0.0, )" ,
1910
+ "Microsoft.Extensions.Options" : " [6.0.0, )" ,
1911
+ "Monai.Deploy.InformaticsGateway.Api" : " [1.0.0, )" ,
1912
+ "Monai.Deploy.InformaticsGateway.Common" : " [1.0.0, )" ,
1913
+ "Monai.Deploy.InformaticsGateway.Configuration" : " [1.0.0, )" ,
1914
+ "Monai.Deploy.InformaticsGateway.Database" : " [1.0.0, )" ,
1915
+ "Monai.Deploy.InformaticsGateway.Database.EntityFramework" : " [1.0.0, )" ,
1916
+ "Monai.Deploy.InformaticsGateway.DicomWeb.Client" : " [1.0.0, )" ,
1917
+ "Monai.Deploy.Messaging.RabbitMQ" : " [0.1.19, )" ,
1918
+ "Monai.Deploy.Security" : " [0.1.3, )" ,
1919
+ "Monai.Deploy.Storage" : " [0.2.13, )" ,
1920
+ "Monai.Deploy.Storage.MinIO" : " [0.2.13, )" ,
1921
+ "NLog" : " [5.1.0, )" ,
1922
+ "NLog.Web.AspNetCore" : " [5.2.0, )" ,
1923
+ "Polly" : " [7.2.3, )" ,
1924
+ "Swashbuckle.AspNetCore" : " [6.4.0, )" ,
1925
+ "fo-dicom" : " [5.0.3, )" ,
1926
+ "fo-dicom.NLog" : " [5.0.3, )"
1925
1927
}
1926
1928
},
1927
1929
"monai.deploy.informaticsgateway.api" : {
1928
1930
"type" : " Project" ,
1929
1931
"dependencies" : {
1930
- "Macross.Json.Extensions" : " 3.0.0" ,
1931
- "Microsoft.EntityFrameworkCore.Abstractions" : " 6.0.12" ,
1932
- "Monai.Deploy.InformaticsGateway.Common" : " 1.0.0" ,
1933
- "Monai.Deploy.Messaging" : " 0.1.19" ,
1934
- "Monai.Deploy.Storage" : " 0.2.13"
1932
+ "Macross.Json.Extensions" : " [ 3.0.0, ) " ,
1933
+ "Microsoft.EntityFrameworkCore.Abstractions" : " [ 6.0.12, ) " ,
1934
+ "Monai.Deploy.InformaticsGateway.Common" : " [ 1.0.0, ) " ,
1935
+ "Monai.Deploy.Messaging" : " [ 0.1.19, ) " ,
1936
+ "Monai.Deploy.Storage" : " [ 0.2.13, ) "
1935
1937
}
1936
1938
},
1937
1939
"monai.deploy.informaticsgateway.client.common" : {
1938
1940
"type" : " Project" ,
1939
1941
"dependencies" : {
1940
- "Ardalis.GuardClauses" : " 4.0.1" ,
1941
- "System.Text.Json" : " 6.0.7"
1942
+ "Ardalis.GuardClauses" : " [ 4.0.1, ) " ,
1943
+ "System.Text.Json" : " [ 6.0.7, ) "
1942
1944
}
1943
1945
},
1944
1946
"monai.deploy.informaticsgateway.common" : {
1945
1947
"type" : " Project" ,
1946
1948
"dependencies" : {
1947
- "Ardalis.GuardClauses" : " 4.0.1" ,
1948
- "System.IO.Abstractions" : " 17.2.3" ,
1949
- "System.Threading.Tasks.Dataflow" : " 6.0.0" ,
1950
- "fo-dicom" : " 5.0.3"
1949
+ "Ardalis.GuardClauses" : " [ 4.0.1, ) " ,
1950
+ "System.IO.Abstractions" : " [ 17.2.3, ) " ,
1951
+ "System.Threading.Tasks.Dataflow" : " [ 6.0.0, ) " ,
1952
+ "fo-dicom" : " [ 5.0.3, ) "
1951
1953
}
1952
1954
},
1953
1955
"monai.deploy.informaticsgateway.configuration" : {
1954
1956
"type" : " Project" ,
1955
1957
"dependencies" : {
1956
- "Microsoft.Extensions.Logging.Abstractions" : " 6.0.3" ,
1957
- "Microsoft.Extensions.Options" : " 6.0.0" ,
1958
- "Monai.Deploy.InformaticsGateway.Api" : " 1.0.0" ,
1959
- "Monai.Deploy.InformaticsGateway.Common" : " 1.0.0" ,
1960
- "Monai.Deploy.Messaging" : " 0.1.19" ,
1961
- "Monai.Deploy.Storage" : " 0.2.13" ,
1962
- "System.IO.Abstractions" : " 17.2.3"
1958
+ "Microsoft.Extensions.Logging.Abstractions" : " [ 6.0.3, ) " ,
1959
+ "Microsoft.Extensions.Options" : " [ 6.0.0, ) " ,
1960
+ "Monai.Deploy.InformaticsGateway.Api" : " [ 1.0.0, ) " ,
1961
+ "Monai.Deploy.InformaticsGateway.Common" : " [ 1.0.0, ) " ,
1962
+ "Monai.Deploy.Messaging" : " [ 0.1.19, ) " ,
1963
+ "Monai.Deploy.Storage" : " [ 0.2.13, ) " ,
1964
+ "System.IO.Abstractions" : " [ 17.2.3, ) "
1963
1965
}
1964
1966
},
1965
1967
"monai.deploy.informaticsgateway.database" : {
1966
1968
"type" : " Project" ,
1967
1969
"dependencies" : {
1968
- "AspNetCore.HealthChecks.MongoDb" : " 6.0.2" ,
1969
- "Microsoft.EntityFrameworkCore" : " 6.0.12" ,
1970
- "Microsoft.Extensions.Configuration" : " 6.0.1" ,
1971
- "Microsoft.Extensions.Configuration.FileExtensions" : " 6.0.0" ,
1972
- "Microsoft.Extensions.Configuration.Json" : " 6.0.0" ,
1973
- "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" : " 6.0.12" ,
1974
- "Microsoft.Extensions.Options.ConfigurationExtensions" : " 6.0.0" ,
1975
- "Monai.Deploy.InformaticsGateway.Api" : " 1.0.0" ,
1976
- "Monai.Deploy.InformaticsGateway.Configuration" : " 1.0.0" ,
1977
- "Monai.Deploy.InformaticsGateway.Database.Api" : " 1.0.0" ,
1978
- "Monai.Deploy.InformaticsGateway.Database.EntityFramework" : " 1.0.0" ,
1979
- "Monai.Deploy.InformaticsGateway.Database.MongoDB" : " 1.0.0"
1970
+ "AspNetCore.HealthChecks.MongoDb" : " [ 6.0.2, ) " ,
1971
+ "Microsoft.EntityFrameworkCore" : " [ 6.0.12, ) " ,
1972
+ "Microsoft.Extensions.Configuration" : " [ 6.0.1, ) " ,
1973
+ "Microsoft.Extensions.Configuration.FileExtensions" : " [ 6.0.0, ) " ,
1974
+ "Microsoft.Extensions.Configuration.Json" : " [ 6.0.0, ) " ,
1975
+ "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" : " [ 6.0.12, ) " ,
1976
+ "Microsoft.Extensions.Options.ConfigurationExtensions" : " [ 6.0.0, ) " ,
1977
+ "Monai.Deploy.InformaticsGateway.Api" : " [ 1.0.0, ) " ,
1978
+ "Monai.Deploy.InformaticsGateway.Configuration" : " [ 1.0.0, ) " ,
1979
+ "Monai.Deploy.InformaticsGateway.Database.Api" : " [ 1.0.0, ) " ,
1980
+ "Monai.Deploy.InformaticsGateway.Database.EntityFramework" : " [ 1.0.0, ) " ,
1981
+ "Monai.Deploy.InformaticsGateway.Database.MongoDB" : " [ 1.0.0, ) "
1980
1982
}
1981
1983
},
1982
1984
"monai.deploy.informaticsgateway.database.api" : {
1983
1985
"type" : " Project" ,
1984
1986
"dependencies" : {
1985
- "Microsoft.EntityFrameworkCore" : " 6.0.12" ,
1986
- "Monai.Deploy.InformaticsGateway.Api" : " 1.0.0" ,
1987
- "Monai.Deploy.InformaticsGateway.Configuration" : " 1.0.0" ,
1988
- "Polly" : " 7.2.3"
1987
+ "Microsoft.EntityFrameworkCore" : " [ 6.0.12, ) " ,
1988
+ "Monai.Deploy.InformaticsGateway.Api" : " [ 1.0.0, ) " ,
1989
+ "Monai.Deploy.InformaticsGateway.Configuration" : " [ 1.0.0, ) " ,
1990
+ "Polly" : " [ 7.2.3, ) "
1989
1991
}
1990
1992
},
1991
1993
"monai.deploy.informaticsgateway.database.entityframework" : {
1992
1994
"type" : " Project" ,
1993
1995
"dependencies" : {
1994
- "Microsoft.EntityFrameworkCore" : " 6.0.12" ,
1995
- "Microsoft.EntityFrameworkCore.Sqlite" : " 6.0.12" ,
1996
- "Microsoft.Extensions.Configuration" : " 6.0.1" ,
1997
- "Microsoft.Extensions.Configuration.FileExtensions" : " 6.0.0" ,
1998
- "Microsoft.Extensions.Configuration.Json" : " 6.0.0" ,
1999
- "Monai.Deploy.InformaticsGateway.Api" : " 1.0.0" ,
2000
- "Monai.Deploy.InformaticsGateway.Configuration" : " 1.0.0" ,
2001
- "Monai.Deploy.InformaticsGateway.Database.Api" : " 1.0.0"
1996
+ "Microsoft.EntityFrameworkCore" : " [ 6.0.12, ) " ,
1997
+ "Microsoft.EntityFrameworkCore.Sqlite" : " [ 6.0.12, ) " ,
1998
+ "Microsoft.Extensions.Configuration" : " [ 6.0.1, ) " ,
1999
+ "Microsoft.Extensions.Configuration.FileExtensions" : " [ 6.0.0, ) " ,
2000
+ "Microsoft.Extensions.Configuration.Json" : " [ 6.0.0, ) " ,
2001
+ "Monai.Deploy.InformaticsGateway.Api" : " [ 1.0.0, ) " ,
2002
+ "Monai.Deploy.InformaticsGateway.Configuration" : " [ 1.0.0, ) " ,
2003
+ "Monai.Deploy.InformaticsGateway.Database.Api" : " [ 1.0.0, ) "
2002
2004
}
2003
2005
},
2004
2006
"monai.deploy.informaticsgateway.database.mongodb" : {
2005
2007
"type" : " Project" ,
2006
2008
"dependencies" : {
2007
- "Monai.Deploy.InformaticsGateway.Database.Api" : " 1.0.0" ,
2008
- "MongoDB.Driver" : " 2.18.0" ,
2009
- "MongoDB.Driver.Core" : " 2.18.0"
2009
+ "Monai.Deploy.InformaticsGateway.Database.Api" : " [ 1.0.0, ) " ,
2010
+ "MongoDB.Driver" : " [ 2.18.0, ) " ,
2011
+ "MongoDB.Driver.Core" : " [ 2.18.0, ) "
2010
2012
}
2011
2013
},
2012
2014
"monai.deploy.informaticsgateway.dicomweb.client" : {
2013
2015
"type" : " Project" ,
2014
2016
"dependencies" : {
2015
- "Ardalis.GuardClauses" : " 4.0.1" ,
2016
- "Microsoft.AspNet.WebApi.Client" : " 5.2.9" ,
2017
- "Microsoft.Extensions.Http" : " 6.0.0" ,
2018
- "Microsoft.Net.Http.Headers" : " 2.2.8" ,
2019
- "Monai.Deploy.InformaticsGateway.Client.Common" : " 1.0.0" ,
2020
- "System.Linq.Async" : " 6.0.1" ,
2021
- "fo-dicom" : " 5.0.3"
2017
+ "Ardalis.GuardClauses" : " [ 4.0.1, ) " ,
2018
+ "Microsoft.AspNet.WebApi.Client" : " [ 5.2.9, ) " ,
2019
+ "Microsoft.Extensions.Http" : " [ 6.0.0, ) " ,
2020
+ "Microsoft.Net.Http.Headers" : " [ 2.2.8, ) " ,
2021
+ "Monai.Deploy.InformaticsGateway.Client.Common" : " [ 1.0.0, ) " ,
2022
+ "System.Linq.Async" : " [ 6.0.1, ) " ,
2023
+ "fo-dicom" : " [ 5.0.3, ) "
2022
2024
}
2023
2025
}
2024
2026
}
0 commit comments