mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-11-04 03:39:52 +00:00 
			
		
		
		
	ci: Enable NuGet packaging of Core.Grpc and RuntimeGateway.Grpc (#5554)
This commit is contained in:
		
							parent
							
								
									a1234bc658
								
							
						
					
					
						commit
						36da8f2af7
					
				@ -6,6 +6,8 @@
 | 
			
		||||
    <Nullable>enable</Nullable>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <Import Project="$(RepoRoot)/nuget/nuget-package.props" />
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="..\Core\Microsoft.AutoGen.Core.csproj" />
 | 
			
		||||
    <ProjectReference Include="..\Contracts\Microsoft.AutoGen.Contracts.csproj" />
 | 
			
		||||
 | 
			
		||||
@ -4,11 +4,15 @@
 | 
			
		||||
    <ImplicitUsings>enable</ImplicitUsings>
 | 
			
		||||
    <Nullable>enable</Nullable>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <Import Project="$(RepoRoot)/nuget/nuget-package.props" />
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="..\Contracts\Microsoft.AutoGen.Contracts.csproj" />
 | 
			
		||||
    <ProjectReference Include="..\Core\Microsoft.AutoGen.Core.csproj" />
 | 
			
		||||
    <ProjectReference Include="..\Core.Grpc\Microsoft.AutoGen.Core.Grpc.csproj" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="Microsoft.Orleans.Reminders" />
 | 
			
		||||
    <PackageReference Include="Microsoft.Orleans.Persistence.Memory" />
 | 
			
		||||
@ -30,6 +34,7 @@
 | 
			
		||||
		<PackageReference Include="Microsoft.Orleans.Streaming.EventHubs" />
 | 
			
		||||
		<PackageReference Include="OrleansDashboard" />
 | 
			
		||||
	</ItemGroup>
 | 
			
		||||
 | 
			
		||||
	<ItemGroup>
 | 
			
		||||
    	<PackageReference Include="Grpc.AspNetCore" />
 | 
			
		||||
    	<PackageReference Include="Grpc.Net.ClientFactory" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user