diff --git a/clients/windows/Directory.Build.props b/clients/windows/Directory.Build.props index 61df7aa..d3c0980 100644 --- a/clients/windows/Directory.Build.props +++ b/clients/windows/Directory.Build.props @@ -1,5 +1,6 @@ + true diff --git a/clients/windows/VoiceCat.App/packages.lock.json b/clients/windows/VoiceCat.App/packages.lock.json new file mode 100644 index 0000000..4bc1ea4 --- /dev/null +++ b/clients/windows/VoiceCat.App/packages.lock.json @@ -0,0 +1,63 @@ +{ + "version": 1, + "dependencies": { + "net10.0-windows7.0": { + "Prismatoid": { + "type": "Direct", + "requested": "[0.3.0, )", + "resolved": "0.3.0", + "contentHash": "mUOgtmFtjbLxydrdAImkfP3u0U8qrYkvfx2NlQqdQQ8TB9qe59BobxBCcNDo21g8xSefkBJB1VdGPbVTfiE7zw==" + }, + "BouncyCastle.Cryptography": { + "type": "Transitive", + "resolved": "2.6.2", + "contentHash": "7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==" + }, + "Google.Protobuf": { + "type": "Transitive", + "resolved": "3.36.1", + "contentHash": "77AqPEoaY1ODE+syYBHti0jXiwQq0J/fUr/fRyYhNlc9oKtH5dZZEr/OLKtdKNVG83PRnCYB2r8B80ZrObzOGQ==" + }, + "voicecat.audio": { + "type": "Project", + "dependencies": { + "VoiceCat.Codec": "[1.0.0, )", + "VoiceCat.Dsp": "[1.0.0, )", + "VoiceCat.Protocol": "[1.0.0, )" + } + }, + "voicecat.codec": { + "type": "Project" + }, + "voicecat.core": { + "type": "Project", + "dependencies": { + "VoiceCat.Audio": "[1.0.0, )", + "VoiceCat.Crypto": "[1.0.0, )" + } + }, + "voicecat.crypto": { + "type": "Project", + "dependencies": { + "BouncyCastle.Cryptography": "[2.6.2, )", + "VoiceCat.Protocol": "[1.0.0, )" + } + }, + "voicecat.dsp": { + "type": "Project" + }, + "voicecat.managed": { + "type": "Project", + "dependencies": { + "VoiceCat.Core": "[1.0.0, )" + } + }, + "voicecat.protocol": { + "type": "Project", + "dependencies": { + "Google.Protobuf": "[3.36.1, )" + } + } + } + } +} \ No newline at end of file diff --git a/clients/windows/VoiceCat.slnx b/clients/windows/VoiceCat.slnx index 5d86f25..0c7c6d5 100644 --- a/clients/windows/VoiceCat.slnx +++ b/clients/windows/VoiceCat.slnx @@ -8,7 +8,5 @@ - - diff --git a/dotnet/Directory.Build.props b/dotnet/Directory.Build.props index 0379083..8dbab2e 100644 --- a/dotnet/Directory.Build.props +++ b/dotnet/Directory.Build.props @@ -10,5 +10,6 @@ $(DefineConstants);VOICECAT_IOS_STATIC ios-arm64;iossimulator-arm64 + packages.ios.lock.json diff --git a/dotnet/src/VoiceCat.Audio/packages.ios.lock.json b/dotnet/src/VoiceCat.Audio/packages.ios.lock.json new file mode 100644 index 0000000..fba84c7 --- /dev/null +++ b/dotnet/src/VoiceCat.Audio/packages.ios.lock.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "dependencies": { + "net10.0": { + "Google.Protobuf": { + "type": "Transitive", + "resolved": "3.36.1", + "contentHash": "77AqPEoaY1ODE+syYBHti0jXiwQq0J/fUr/fRyYhNlc9oKtH5dZZEr/OLKtdKNVG83PRnCYB2r8B80ZrObzOGQ==" + }, + "voicecat.codec": { + "type": "Project" + }, + "voicecat.dsp": { + "type": "Project" + }, + "voicecat.protocol": { + "type": "Project", + "dependencies": { + "Google.Protobuf": "[3.36.1, )" + } + } + }, + "net10.0/ios-arm64": {}, + "net10.0/iossimulator-arm64": {} + } +} \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Audio/packages.lock.json b/dotnet/src/VoiceCat.Audio/packages.lock.json index fba84c7..b7dde5e 100644 --- a/dotnet/src/VoiceCat.Audio/packages.lock.json +++ b/dotnet/src/VoiceCat.Audio/packages.lock.json @@ -19,8 +19,6 @@ "Google.Protobuf": "[3.36.1, )" } } - }, - "net10.0/ios-arm64": {}, - "net10.0/iossimulator-arm64": {} + } } } \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Codec/packages.ios.lock.json b/dotnet/src/VoiceCat.Codec/packages.ios.lock.json new file mode 100644 index 0000000..b3a8be2 --- /dev/null +++ b/dotnet/src/VoiceCat.Codec/packages.ios.lock.json @@ -0,0 +1,8 @@ +{ + "version": 1, + "dependencies": { + "net10.0": {}, + "net10.0/ios-arm64": {}, + "net10.0/iossimulator-arm64": {} + } +} \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Codec/packages.lock.json b/dotnet/src/VoiceCat.Codec/packages.lock.json index b3a8be2..4a91a8c 100644 --- a/dotnet/src/VoiceCat.Codec/packages.lock.json +++ b/dotnet/src/VoiceCat.Codec/packages.lock.json @@ -1,8 +1,6 @@ { "version": 1, "dependencies": { - "net10.0": {}, - "net10.0/ios-arm64": {}, - "net10.0/iossimulator-arm64": {} + "net10.0": {} } } \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Core/packages.ios.lock.json b/dotnet/src/VoiceCat.Core/packages.ios.lock.json new file mode 100644 index 0000000..128b241 --- /dev/null +++ b/dotnet/src/VoiceCat.Core/packages.ios.lock.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "dependencies": { + "net10.0": { + "BouncyCastle.Cryptography": { + "type": "Transitive", + "resolved": "2.6.2", + "contentHash": "7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==" + }, + "Google.Protobuf": { + "type": "Transitive", + "resolved": "3.36.1", + "contentHash": "77AqPEoaY1ODE+syYBHti0jXiwQq0J/fUr/fRyYhNlc9oKtH5dZZEr/OLKtdKNVG83PRnCYB2r8B80ZrObzOGQ==" + }, + "voicecat.audio": { + "type": "Project", + "dependencies": { + "VoiceCat.Codec": "[1.0.0, )", + "VoiceCat.Dsp": "[1.0.0, )", + "VoiceCat.Protocol": "[1.0.0, )" + } + }, + "voicecat.codec": { + "type": "Project" + }, + "voicecat.crypto": { + "type": "Project", + "dependencies": { + "BouncyCastle.Cryptography": "[2.6.2, )", + "VoiceCat.Protocol": "[1.0.0, )" + } + }, + "voicecat.dsp": { + "type": "Project" + }, + "voicecat.protocol": { + "type": "Project", + "dependencies": { + "Google.Protobuf": "[3.36.1, )" + } + } + }, + "net10.0/ios-arm64": {}, + "net10.0/iossimulator-arm64": {} + } +} \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Core/packages.lock.json b/dotnet/src/VoiceCat.Core/packages.lock.json index 128b241..e02c357 100644 --- a/dotnet/src/VoiceCat.Core/packages.lock.json +++ b/dotnet/src/VoiceCat.Core/packages.lock.json @@ -39,8 +39,6 @@ "Google.Protobuf": "[3.36.1, )" } } - }, - "net10.0/ios-arm64": {}, - "net10.0/iossimulator-arm64": {} + } } } \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Crypto/packages.ios.lock.json b/dotnet/src/VoiceCat.Crypto/packages.ios.lock.json new file mode 100644 index 0000000..4b7ff0b --- /dev/null +++ b/dotnet/src/VoiceCat.Crypto/packages.ios.lock.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "dependencies": { + "net10.0": { + "BouncyCastle.Cryptography": { + "type": "Direct", + "requested": "[2.6.2, )", + "resolved": "2.6.2", + "contentHash": "7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==" + }, + "Google.Protobuf": { + "type": "Transitive", + "resolved": "3.36.1", + "contentHash": "77AqPEoaY1ODE+syYBHti0jXiwQq0J/fUr/fRyYhNlc9oKtH5dZZEr/OLKtdKNVG83PRnCYB2r8B80ZrObzOGQ==" + }, + "voicecat.protocol": { + "type": "Project", + "dependencies": { + "Google.Protobuf": "[3.36.1, )" + } + } + }, + "net10.0/ios-arm64": {}, + "net10.0/iossimulator-arm64": {} + } +} \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Crypto/packages.lock.json b/dotnet/src/VoiceCat.Crypto/packages.lock.json index 4b7ff0b..11b81a5 100644 --- a/dotnet/src/VoiceCat.Crypto/packages.lock.json +++ b/dotnet/src/VoiceCat.Crypto/packages.lock.json @@ -19,8 +19,6 @@ "Google.Protobuf": "[3.36.1, )" } } - }, - "net10.0/ios-arm64": {}, - "net10.0/iossimulator-arm64": {} + } } } \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Dsp/packages.ios.lock.json b/dotnet/src/VoiceCat.Dsp/packages.ios.lock.json new file mode 100644 index 0000000..b3a8be2 --- /dev/null +++ b/dotnet/src/VoiceCat.Dsp/packages.ios.lock.json @@ -0,0 +1,8 @@ +{ + "version": 1, + "dependencies": { + "net10.0": {}, + "net10.0/ios-arm64": {}, + "net10.0/iossimulator-arm64": {} + } +} \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Dsp/packages.lock.json b/dotnet/src/VoiceCat.Dsp/packages.lock.json index b3a8be2..4a91a8c 100644 --- a/dotnet/src/VoiceCat.Dsp/packages.lock.json +++ b/dotnet/src/VoiceCat.Dsp/packages.lock.json @@ -1,8 +1,6 @@ { "version": 1, "dependencies": { - "net10.0": {}, - "net10.0/ios-arm64": {}, - "net10.0/iossimulator-arm64": {} + "net10.0": {} } } \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Protocol/packages.ios.lock.json b/dotnet/src/VoiceCat.Protocol/packages.ios.lock.json new file mode 100644 index 0000000..e99a5ab --- /dev/null +++ b/dotnet/src/VoiceCat.Protocol/packages.ios.lock.json @@ -0,0 +1,21 @@ +{ + "version": 1, + "dependencies": { + "net10.0": { + "Google.Protobuf": { + "type": "Direct", + "requested": "[3.36.1, )", + "resolved": "3.36.1", + "contentHash": "77AqPEoaY1ODE+syYBHti0jXiwQq0J/fUr/fRyYhNlc9oKtH5dZZEr/OLKtdKNVG83PRnCYB2r8B80ZrObzOGQ==" + }, + "Grpc.Tools": { + "type": "Direct", + "requested": "[2.83.0, )", + "resolved": "2.83.0", + "contentHash": "vK2Go/83W0v2Nn7tTP9fGrX4IjmOa93s3M0SZeFimU1vIIr2wL9yNJlIyK21y85SGm3++JncB8IF751cjoLHuQ==" + } + }, + "net10.0/ios-arm64": {}, + "net10.0/iossimulator-arm64": {} + } +} \ No newline at end of file diff --git a/dotnet/src/VoiceCat.Protocol/packages.lock.json b/dotnet/src/VoiceCat.Protocol/packages.lock.json index e99a5ab..3b34259 100644 --- a/dotnet/src/VoiceCat.Protocol/packages.lock.json +++ b/dotnet/src/VoiceCat.Protocol/packages.lock.json @@ -14,8 +14,6 @@ "resolved": "2.83.0", "contentHash": "vK2Go/83W0v2Nn7tTP9fGrX4IjmOa93s3M0SZeFimU1vIIr2wL9yNJlIyK21y85SGm3++JncB8IF751cjoLHuQ==" } - }, - "net10.0/ios-arm64": {}, - "net10.0/iossimulator-arm64": {} + } } } \ No newline at end of file