mirror of https://github.com/dapr/dotnet-sdk.git
				
				
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			316 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			316 B
		
	
	
	
		
			XML
		
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <OutputType>Exe</OutputType>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\..\..\src\Dapr.Actors\Dapr.Actors.csproj" />
 | |
|     <ProjectReference Include="..\DemoActor.Interfaces\DemoActor.Interfaces.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |