Skip to content

Commit

Permalink
use net 8.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Mar 14, 2024
1 parent 43e813a commit f899d48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .idea/.idea.MasterCommander/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repository, and build and run the project.
In addition, this code adds a .gitignore file, an .editorconfig file, and a global.json file to the project.

```csharp
private const string SdkVersion = "8.0.101";
private const string SdkVersion = "8.0.*";
private const string SolutionName = "AppDemo";
private const string ConsoleProjectName = $"{SolutionName}.Console";
private const string ConsoleProjectDirectory = $"src/{ConsoleProjectName}";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ProjectInitializationService(
IConsole console,
IDirectoryService directory) : IProjectInitializationService
{
private const string SdkVersion = "8.0.101";
private const string SdkVersion = "8.0.*";
private const string SolutionName = "AppDemo";
private const string ConsoleProjectName = $"{SolutionName}.Console";
private const string ConsoleProjectDirectory = $"src/{ConsoleProjectName}";
Expand Down

0 comments on commit f899d48

Please sign in to comment.