Skip to content

Commit

Permalink
Added NetAF nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_singer committed Nov 26, 2024
1 parent 7100846 commit 089abf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NetAF.Imaging.Tests/NetAF.Imaging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NetAF\NetAF.csproj" />
<ProjectReference Include="..\NetAF.Imaging\NetAF.Imaging.csproj" />
</ItemGroup>

</Project>
8 changes: 7 additions & 1 deletion NetAF.Imaging.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetAF.Imaging", "NetAF.Imaging\NetAF.Imaging.csproj", "{7E86325F-A814-41DC-9744-89F1A6431028}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetAF.Imaging", "NetAF.Imaging\NetAF.Imaging.csproj", "{7E86325F-A814-41DC-9744-89F1A6431028}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetAF.Imaging.Tests", "NetAF.Imaging.Tests\NetAF.Imaging.Tests.csproj", "{82C46E9C-9DDB-4102-A23C-9B89391C1BE8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,6 +17,10 @@ Global
{7E86325F-A814-41DC-9744-89F1A6431028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E86325F-A814-41DC-9744-89F1A6431028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E86325F-A814-41DC-9744-89F1A6431028}.Release|Any CPU.Build.0 = Release|Any CPU
{82C46E9C-9DDB-4102-A23C-9B89391C1BE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82C46E9C-9DDB-4102-A23C-9B89391C1BE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82C46E9C-9DDB-4102-A23C-9B89391C1BE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82C46E9C-9DDB-4102-A23C-9B89391C1BE8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 1 addition & 4 deletions NetAF.Imaging/NetAF.Imaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NetAF" Version="2.9.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NetAF\NetAF.csproj" />
</ItemGroup>

</Project>

0 comments on commit 089abf5

Please sign in to comment.