diff options
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>
|