Skip to content

Commit a748c60

Browse files
committed
Updated git ignore to exlcude local nuget packages.
1 parent 05cda25 commit a748c60

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,5 @@ docfx/*
179179
**/appsettings.Development.json
180180
**/btc-data
181181
**/lnd-data
182-
**/rtl-data
182+
**/rtl-data
183+
**/local-nuget

examples/OpenAIExamples/WebRTCOpenAIBridge/WebRTCOpenAIBridge.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
<ItemGroup>
1616
<PackageReference Include="LanguageExt.Core" Version="4.4.9" />
1717
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
18+
<PackageReference Include="OpenAI.Realtime" Version="8.0.0" />
1819
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
19-
</ItemGroup>
20-
21-
<ItemGroup>
22-
<ProjectReference Include="..\..\..\src\SIPSorcery.csproj" />
23-
<ProjectReference Include="..\OpenAI.Realtime\OpenAI.Realtime.csproj" />
20+
<PackageReference Include="SIPSorcery" Version="8.0.13" />
2421
</ItemGroup>
2522

2623
</Project>

0 commit comments

Comments
 (0)