Skip to content

Commit

Permalink
Reverted temporary changes for testing the NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmuntean committed Jun 12, 2020
1 parent c4421f5 commit ad7e381
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ChartJs.Blazor.Tests/ChartJs.Blazor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.0.1" />
<PackageReference Include="ChartJs.Blazor" Version="2.0.0-preview13" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\ChartJs.Blazor\ChartJs.Blazor.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="3.1.0-preview4.19579.2" />
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="3.1.0-preview4.19579.2" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="ChartJs.Blazor" Version="2.0.0-preview20" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Shared\ChartJs.Blazor.Sample.Shared\ChartJs.Blazor.Sample.Shared.csproj" />
<ProjectReference Include="..\..\..\src\ChartJs.Blazor\ChartJs.Blazor.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.5" />
<PackageReference Include="ChartJs.Blazor" Version="2.0.0-preview20" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Shared\ChartJs.Blazor.Sample.Shared\ChartJs.Blazor.Sample.Shared.csproj" />
<ProjectReference Include="..\..\..\src\ChartJs.Blazor\ChartJs.Blazor.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ChartJs.Blazor" Version="2.0.0-preview20" />
<ProjectReference Include="..\..\..\src\ChartJs.Blazor\ChartJs.Blazor.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/ChartJs.Blazor/ChartJs.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.0.0-preview20</PackageVersion>
<PackageVersion>2.0.0-preview1</PackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit ad7e381

Please sign in to comment.