Skip to content

Commit f98c316

Browse files
author
Sophia Tevosyan
committed
reverting some unnecessary changes
1 parent 1268479 commit f98c316

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

samples/AzureFunctionsApp/AzureFunctionsApp.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
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>

samples/AzureFunctionsUnitTests/AzureFunctionsApp.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<IsPackable>false</IsPackable>
99
<IsTestProject>true</IsTestProject>
10-
<BuildProject>false</BuildProject>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

samples/NetFxConsoleApp/NetFxConsoleApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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>

samples/WebAPI/WebAPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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>

src/Generators/Generators.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -20,7 +20,7 @@
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

0 commit comments

Comments
 (0)