Skip to content

Commit 8ed9c9c

Browse files
committed
chore(deps): remove unused Microsoft.VisualStudio.Web.CodeGeneration.Design package
1 parent bd78be5 commit 8ed9c9c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Pathfinder.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api\api.csproj", "{73A2A602-973A-45D7-90EC-31740E72FB42}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api/api.csproj", "{73A2A602-973A-45D7-90EC-31740E72FB42}"
44
EndProject
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data Helper", "Data Helper\Data Helper.csproj", "{62A62F98-EC96-4313-AC5D-D97C8EE589BB}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data Helper", "Data Helper/Data Helper.csproj", "{62A62F98-EC96-4313-AC5D-D97C8EE589BB}"
66
EndProject
77
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
88
EndProject
9-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pathfinder.Tests", "tests\Pathfinder.Tests.csproj", "{4DCB0285-9B23-4E6D-9320-BAE12940F524}"
9+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pathfinder.Tests", "tests/Pathfinder.Tests.csproj", "{4DCB0285-9B23-4E6D-9320-BAE12940F524}"
1010
EndProject
1111
Global
1212
GlobalSection(SolutionConfigurationPlatforms) = preSolution

api/api.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.0" />
2726
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
2827
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
2928
</ItemGroup>

0 commit comments

Comments
 (0)