File tree Expand file tree Collapse file tree 5 files changed +7
-10
lines changed
Expand file tree Collapse file tree 5 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 55 <AzureFunctionsVersion >v4</AzureFunctionsVersion >
66 <OutputType >Exe</OutputType >
77 <Nullable >enable</Nullable >
8- <IsPackable >false</IsPackable >
9- <BuildProject >false</BuildProject >
108 </PropertyGroup >
119
1210 <ItemGroup >
Original file line number Diff line number Diff line change 77
88 <IsPackable >false</IsPackable >
99 <IsTestProject >true</IsTestProject >
10- <BuildProject >false</BuildProject >
1110 </PropertyGroup >
1211
1312 <ItemGroup >
Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <PackageReference Include =" Microsoft.Extensions.Hosting" />
10- <ProjectReference Include =" ..\..\src\ Client\Grpc\Client .Grpc.csproj " />
11- <ProjectReference Include =" ..\..\src\ Worker\Grpc\Worker .Grpc.csproj " />
10+ <PackageReference Include =" Microsoft.DurableTask. Client.Grpc" />
11+ <PackageReference Include =" Microsoft.DurableTask. Worker.Grpc" />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <ProjectReference Include =" ..\..\src\ Client\Grpc\Client .Grpc.csproj " />
13- <ProjectReference Include =" ..\..\src\ Worker\Grpc\Worker .Grpc.csproj " />
14- <ProjectReference Include =" ..\..\src\ Generators\Generators.csproj " OutputItemType =" Analyzer" />
12+ <PackageReference Include =" Microsoft.DurableTask. Client.Grpc" />
13+ <PackageReference Include =" Microsoft.DurableTask. Worker.Grpc" />
14+ <PackageReference Include =" Microsoft.DurableTask. Generators" OutputItemType =" Analyzer" />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
2020 <!-- Version info -->
2121 <PropertyGroup >
2222 <!-- This file intentionally versions separately from the other packages. -->
23- <VersionPrefix >1.0.1 </VersionPrefix >
23+ <VersionPrefix >1.0.0 </VersionPrefix >
2424 <VersionSuffix >preview.1</VersionSuffix >
2525 </PropertyGroup >
2626
You can’t perform that action at this time.
0 commit comments