Skip to content

Commit

Permalink
Merge pull request #197 from icarus-consulting/UpdateAtoms
Browse files Browse the repository at this point in the history
Update Yaapii.Atoms
  • Loading branch information
MSE1188 authored Aug 14, 2024
2 parents e8c465b + ed794a9 commit 88978c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Yaapii.Xambly/Yaapii.Xambly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.7.1.1" />
<PackageReference Include="Yaapii.Atoms" Version="3.0.0" Condition="'$(Configuration)' != 'ReleaseSources'" />
<PackageReference Include="Yaapii.Atoms.Sources" Version="3.0.0" Condition="'$(Configuration)' == 'ReleaseSources'">
<PackageReference Include="Yaapii.Atoms" Version="4.0.0" Condition="'$(Configuration)' != 'ReleaseSources'" />
<PackageReference Include="Yaapii.Atoms.Sources" Version="4.0.0" Condition="'$(Configuration)' == 'ReleaseSources'">
<PrivateAssets>analyzers;build;runtime;compile;native;buildtransitive</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tests/Test.Yaapii.Xambly/Test.Yaapii.Xambly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Yaapii.Xml" Version="1.0.0" />
<PackageReference Include="Yaapii.Atoms" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 88978c2

Please sign in to comment.