-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/GitHub workflow #7
base: develop
Are you sure you want to change the base?
Conversation
2f30282
to
6fc1a30
Compare
@@ -82,7 +82,7 @@ | |||
<Reference Include="System.Numerics.Vectors" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Svg"> | |||
<PackageReference Include="Predjeskovic.Test.Svg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
<ItemGroup> | ||
<PackageReference Include="PdfToSvg.NET" Version="0.7.0" /> | ||
<PackageReference Include="Svg" Version="2.4.3.5" /> | ||
<PackageReference Include="Predjeskovic.Test.Svg" Version="2.4.3.5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this?
@@ -5,7 +5,7 @@ | |||
</PropertyGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Svg" Version="2.4.3.5" /> | |||
<PackageReference Include="Predjeskovic.Test.Svg" Version="2.4.3.5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@@ -153,7 +153,7 @@ | |||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> | |||
<Version>6.2.14</Version> | |||
</PackageReference> | |||
<PackageReference Include="Svg"> | |||
<PackageReference Include="Predjeskovic.Test.Svg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@@ -36,7 +36,7 @@ | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" /> | |||
<PackageReference Include="Svg" Version="2.4.3.5" /> | |||
<PackageReference Include="Predjeskovic.Test.Svg" Version="2.4.3.5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@@ -48,8 +48,8 @@ | |||
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" /> | |||
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" /> | |||
<PackageReference Include="coverlet.collector" Version="3.1.2" /> | |||
<PackageReference Include="Predjeskovic.Test.Svg" Version="2.4.3.5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
No description provided.