Skip to content

Commit

Permalink
task: updated Examples.sln to use latest 1.3.1-alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed May 12, 2023
1 parent 61fc09f commit 16d162b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Primitively" Version="1.1.0-beta" PrivateAssets="all">
<PackageReference Include="Primitively" Version="1.3.1-alpha" PrivateAssets="all">
<ExcludeAssets>compile;runtime</ExcludeAssets>
<TreatAsUsed>true</TreatAsUsed>
<IncludeAssets>build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Primitively.Abstractions" Version="1.1.0-beta">
<PackageReference Include="Primitively.Abstractions" Version="1.3.1-alpha">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.132" />
</ItemGroup>

</Project>

0 comments on commit 16d162b

Please sign in to comment.