Skip to content

Commit

Permalink
Got rid of paket
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Sep 25, 2023
1 parent 67f5a8b commit 8657b60
Show file tree
Hide file tree
Showing 30 changed files with 101 additions and 1,282 deletions.
9 changes: 1 addition & 8 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.0-alpha002",
"commands": [
"paket"
]
}
}
"tools": {}
}
557 changes: 0 additions & 557 deletions .paket/Paket.Restore.targets

This file was deleted.

6 changes: 0 additions & 6 deletions Pulsar.Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{BAEF1BDD-4FEA-4EAC-8E82-E20617490DE4}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{F63757F9-A836-40E7-A1D1-108AAA14707C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsharpExamples", "examples\CsharpExamples\CsharpExamples.csproj", "{C80380AD-C763-472D-BEF7-D6411D680A15}"
Expand Down
8 changes: 7 additions & 1 deletion examples/CsharpExamples/CsharpExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<TargetFramework>net8.0</TargetFramework>
<LangVersion>default</LangVersion>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Pulsar.Client" Version="2.13.0" />
<PackageReference Include="Pulsar.Client.Otel" Version="0.1.2" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.6.0" />
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions examples/CsharpExamples/paket.references

This file was deleted.

7 changes: 5 additions & 2 deletions examples/FsharpExamples/FsharpExamples.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
<Compile Include="CustomProps.fs" />
<Compile Include="Reader.fs" />
<Compile Include="Simple.fs" />
Expand All @@ -15,9 +14,13 @@
<Compile Include="Oauth2.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.6.0" />
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Pulsar.Client.Proto\Pulsar.Client.Proto.csproj" />
<ProjectReference Include="..\..\src\Pulsar.Client\Pulsar.Client.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
5 changes: 0 additions & 5 deletions examples/FsharpExamples/paket.references

This file was deleted.

70 changes: 0 additions & 70 deletions paket.dependencies

This file was deleted.

0 comments on commit 8657b60

Please sign in to comment.