Skip to content

Commit

Permalink
📜Remove hardcoded dotnet version reference (#321)
Browse files Browse the repository at this point in the history
* Start work for issue #320

* docs: removed outdated dotnet version reference
- we don't specify version for easier doc maintenance

* docs: clarified what to look after
- easier for readers who are new on game dev adventure

* Update docs/guides/guides/project-setup.mdx

Co-authored-by: Calvin Wilkinson <kinsondigital@gmail.com>

* docs: removed outdated dotnet version reference
- we don't specify version for easier doc maintenance

---------

Co-authored-by: Calvin Wilkinson <kinsondigital@gmail.com>
  • Loading branch information
LeaDevelop and CalvinWilkinson authored Nov 5, 2024
1 parent bf327e7 commit 24b7c5e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guides/guides/project-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First things first. You have to create a project with your preferred IDE!!

## <span className="color-step">Step 1: Create the application</span>

Create a new C# console application using dotnet _**v7.0**_
Create a new C# console application using dotnet version specified in the `EmptyProject.csproj`, look for the `<TargetFramework></TargetFramework>` XML tag.


## <span className="color-step">Step 2: Add Velaptor to the project</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First things first. You have to create a project with your preferred IDE!!

## <span className="color-step">Step 1: Create the application</span>

Create a new C# console application using dotnet _**v7.0**_
Create a new C# console application using dotnet version specified in the `EmptyProject.csproj`, look for the `<TargetFramework></TargetFramework>` XML tag.


## <span className="color-step">Step 2: Add Velaptor to the project</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First things first. You have to create a project with your preferred IDE!!

## <span className="color-step">Step 1: Create the application</span>

Create a new C# console application using dotnet _**v7.0**_
Create a new C# console application using dotnet version specified in the `EmptyProject.csproj`, look for the `<TargetFramework></TargetFramework>` XML tag.


## <span className="color-step">Step 2: Add Velaptor to the project</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First things first. You have to create a project with your preferred IDE!!

## <span className="color-step">Step 1: Create the application</span>

Create a new C# console application using dotnet _**v7.0**_
Create a new C# console application using dotnet version specified in the `EmptyProject.csproj`, look for the `<TargetFramework></TargetFramework>` XML tag.


## <span className="color-step">Step 2: Add Velaptor to the project</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First things first. You have to create a project with your preferred IDE!!

## <span className="color-step">Step 1: Create the application</span>

Create a new C# console application using dotnet _**v7.0**_
Create a new C# console application using dotnet version specified in the `EmptyProject.csproj`, look for the `<TargetFramework></TargetFramework>` XML tag.


## <span className="color-step">Step 2: Add Velaptor to the project</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First things first. You have to create a project with your preferred IDE!!

## <span className="color-step">Step 1: Create the application</span>

Create a new C# console application using dotnet _**v7.0**_
Create a new C# console application using dotnet version specified in the `EmptyProject.csproj`, look for the `<TargetFramework></TargetFramework>` XML tag.


## <span className="color-step">Step 2: Add Velaptor to the project</span>
Expand Down

0 comments on commit 24b7c5e

Please sign in to comment.