Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 3, 2022
1 parent 811ac4f commit 17f182e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ An environment variable is a dynamic variable that can affect the behavior of ru

If you're an hardcore and want to do it manually, you must add the following to the `csproj` file:
```xml
<PackageReference Include="DotEnv.Core" Version="1.1.2" />
<PackageReference Include="DotEnv.Core" Version="1.1.3" />
```
If you're want to install the package from Visual Studio, you must open the project/solution in Visual Studio, and open the console using the **Tools** > **NuGet Package Manager** > **Package Manager Console** command and run the install command:
```
Expand Down

0 comments on commit 17f182e

Please sign in to comment.