Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 11, 2021
1 parent 9261eb3 commit 4f93a98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APPackages.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvantiPoint.Packages.Databa
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvantiPoint.Packages.Hosting", "src\AvantiPoint.Packages.Hosting\AvantiPoint.Packages.Hosting.csproj", "{B5DC9966-1E17-4017-8C4B-1350552BBAAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvantiPoint.Protocol", "src\AvantiPoint.Packages.Protocol\AvantiPoint.Protocol.csproj", "{ADDAFFD4-E96C-4209-8145-A5E5C0324BA5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvantiPoint.Packages.Protocol", "src\AvantiPoint.Packages.Protocol\AvantiPoint.Packages.Protocol.csproj", "{ADDAFFD4-E96C-4209-8145-A5E5C0324BA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{397587AD-8BBC-495D-B2E6-AB03C0028D12}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AvantiPoint.Packages.Protocol\AvantiPoint.Protocol.csproj" />
<ProjectReference Include="..\AvantiPoint.Packages.Protocol\AvantiPoint.Packages.Protocol.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4f93a98

Please sign in to comment.