Skip to content

Commit 0f3470d

Browse files
committed
Have examples use the nuget package
1 parent cc2057d commit 0f3470d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Locals/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
55
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
66
<!--for examples-->
7-
<PackageVersion Include="Genbox.FastEnum" Version="1.0.0-alpha.7" />
7+
<PackageVersion Include="Genbox.FastEnum" Version="1.0.0-alpha.14" />
88
</ItemGroup>
99
</Project>

Src/FastEnum.Examples/FastEnum.Examples.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<ItemGroup>
88
<ProjectReference Remove="..\FastEnum\FastEnum.csproj" />
9-
<!-- <PackageReference Include="Genbox.FastEnum" ExcludeAssets="runtime" />-->
10-
<ProjectReference Include="..\FastEnum\FastEnum.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
9+
<PackageReference Include="Genbox.FastEnum" ExcludeAssets="runtime" />
10+
<!-- <ProjectReference Include="..\FastEnum\FastEnum.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />-->
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)