From 2c6083a2f7e24ad162b9e82ca9ccf6771f5b660b Mon Sep 17 00:00:00 2001 From: CodeConscious Date: Fri, 25 Nov 2022 16:41:04 +0900 Subject: [PATCH] Upgrade to .NET 7 --- README.md | 2 +- UniqueFileGenerator/UniqueFileGenerator.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e567e68..0d8604c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Unique File Generator This command line tool allows you to quickly and easily create an arbitrary number of unique (by name and content) files on your computer. Each filename contains a random collection of characters to differentiate them. You can also supply optional parameters to customize files according to your needs. Before running, the tool will check that there is sufficient drive space available for the operation. -This tool targets .NET 6 and, for now, needs to be compiled manually. +This tool targets .NET 7 and, for now, needs to be compiled manually. ## Usage At the minimum, you must specify the number of files you want to generate. This should be a single positive integer (with optional commas). diff --git a/UniqueFileGenerator/UniqueFileGenerator.csproj b/UniqueFileGenerator/UniqueFileGenerator.csproj index 0597293..3b0ab88 100644 --- a/UniqueFileGenerator/UniqueFileGenerator.csproj +++ b/UniqueFileGenerator/UniqueFileGenerator.csproj @@ -1,7 +1,7 @@ Exe - net6.0 + net7.0 disable enable true @@ -21,4 +21,4 @@ Resources.resx - \ No newline at end of file +