diff options
author | crupest <crupest@outlook.com> | 2020-10-27 14:54:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 14:54:35 +0800 |
commit | c2871e2c314b840bb938a74081299b34a94d88b7 (patch) | |
tree | 838bad788eb6ae1f188cfff5f1e389ba2b2b636b /ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj | |
parent | 7cefd5566a48a45ef9ecb67b881c7c8312abb08f (diff) | |
download | timeline-c2871e2c314b840bb938a74081299b34a94d88b7.tar.gz timeline-c2871e2c314b840bb938a74081299b34a94d88b7.tar.bz2 timeline-c2871e2c314b840bb938a74081299b34a94d88b7.zip |
build(back): Update packages.
Diffstat (limited to 'ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj')
-rw-r--r-- | ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj | 4 |
1 files changed, 2 insertions, 2 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>
|