Skip to content

Commit

Permalink
Have examples use the nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Genbox committed Jul 27, 2024
1 parent cc2057d commit 0f3470d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Locals/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<!--for examples-->
<PackageVersion Include="Genbox.FastEnum" Version="1.0.0-alpha.7" />
<PackageVersion Include="Genbox.FastEnum" Version="1.0.0-alpha.14" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Src/FastEnum.Examples/FastEnum.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<ProjectReference Remove="..\FastEnum\FastEnum.csproj" />
<!-- <PackageReference Include="Genbox.FastEnum" ExcludeAssets="runtime" />-->
<ProjectReference Include="..\FastEnum\FastEnum.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
<PackageReference Include="Genbox.FastEnum" ExcludeAssets="runtime" />
<!-- <ProjectReference Include="..\FastEnum\FastEnum.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />-->
</ItemGroup>

</Project>

0 comments on commit 0f3470d

Please sign in to comment.