aboutsummaryrefslogtreecommitdiff
path: root/ErrorResponseCodeGenerator
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-27 14:54:35 +0800
committercrupest <crupest@outlook.com>2020-10-27 14:54:35 +0800
commitc2871e2c314b840bb938a74081299b34a94d88b7 (patch)
tree838bad788eb6ae1f188cfff5f1e389ba2b2b636b /ErrorResponseCodeGenerator
parent7cefd5566a48a45ef9ecb67b881c7c8312abb08f (diff)
downloadtimeline-c2871e2c314b840bb938a74081299b34a94d88b7.tar.gz
timeline-c2871e2c314b840bb938a74081299b34a94d88b7.tar.bz2
timeline-c2871e2c314b840bb938a74081299b34a94d88b7.zip
build(back): Update packages.
Diffstat (limited to 'ErrorResponseCodeGenerator')
-rw-r--r--ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj4
-rw-r--r--ErrorResponseCodeGenerator/packages.lock.json14
2 files changed, 13 insertions, 5 deletions
diff --git a/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj b/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
index 8524b2e4..c8eb97f3 100644
--- a/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
+++ b/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="TextCopy" Version="3.0.0" />
+ <PackageReference Include="TextCopy" Version="4.2.0" />
</ItemGroup>
<ItemGroup>
diff --git a/ErrorResponseCodeGenerator/packages.lock.json b/ErrorResponseCodeGenerator/packages.lock.json
index f43164e3..69cfee1e 100644
--- a/ErrorResponseCodeGenerator/packages.lock.json
+++ b/ErrorResponseCodeGenerator/packages.lock.json
@@ -4,9 +4,17 @@
".NETCoreApp,Version=v3.1": {
"TextCopy": {
"type": "Direct",
- "requested": "[3.0.0, )",
- "resolved": "3.0.0",
- "contentHash": "+vXX7g+z32PTAfejngj0KT8d5MRlEvPQgPkFh60W6P0aoMiLHuyYl1MYr2OF/80l1pFQI0rjC/tD1bA4thTIyA=="
+ "requested": "[4.2.0, )",
+ "resolved": "4.2.0",
+ "contentHash": "NY2UAFIjBJj+3aABP5tyO6ooEdkJxIGtwRNqvMQKLmyIeZiyGvM4XYbkKNntyQlhyFhhfBww05C3D/0DdimfaQ==",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.4"
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions": {
+ "type": "Transitive",
+ "resolved": "3.1.4",
+ "contentHash": "AceHamXNKDMDwIoZqEoApLp8s3935wSC3VXrPaRWa0wWOaEcYdDlo1nWQ1zLiezoDmpJzV7FqDm53E0Ty/hEMg=="
},
"timeline.errorcodes": {
"type": "Project"