Skip to content

Commit

Permalink
chore: Add reference to main project
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Dec 23, 2023
1 parent 7c784dd commit ca1b12a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotEnv.Core", "..\..\src\DotEnv.Core.csproj", "{E9F2E3B7-CCCA-41E3-89D1-480FAB73081C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotEnv.Extensions.Microsoft.DI", "src\DotEnv.Extensions.Microsoft.DI.csproj", "{D3B631D5-E4E7-41AD-BDEE-270831044E06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotEnv.Extensions.Microsoft.DI.Example", "example\DotEnv.Extensions.Microsoft.DI.Example.csproj", "{9785914E-893D-4497-AA00-53312937D6D9}"
Expand All @@ -20,6 +22,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9F2E3B7-CCCA-41E3-89D1-480FAB73081C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9F2E3B7-CCCA-41E3-89D1-480FAB73081C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9F2E3B7-CCCA-41E3-89D1-480FAB73081C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9F2E3B7-CCCA-41E3-89D1-480FAB73081C}.Release|Any CPU.Build.0 = Release|Any CPU
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3B631D5-E4E7-41AD-BDEE-270831044E06}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
Expand Up @@ -21,10 +21,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotEnv.Core" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\DotEnv.Core.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\dotenv-icon-nuget.png" Pack="True" PackagePath="" />
<None Include="..\..\..\docs\extensions\microsoft_extensions_DI.md" Pack="True" PackagePath="README.md" />
Expand Down

0 comments on commit ca1b12a

Please sign in to comment.