Skip to content

Commit

Permalink
move abstractions reference to myget and add to runtimeassemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitkumarr committed May 5, 2020
1 parent 2d0ac22 commit 5433da7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/WebJobs.Script.Grpc/WebJobs.Script.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<HintPath>C:\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json\11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\WebJobs.Script.Abstractions\WebJobs.Script.Abstractions.csproj" />
</ItemGroup>

<Target Name="GenerateProtoFiles" BeforeTargets="BeforeBuild" Inputs="azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto" Outputs="Messages/DotNet/FunctionRpc.cs;Messages/DotNet/FunctionRpcGrpc.cs">
<Exec Command="./generate_protos.$(Ext)" />
Expand Down
5 changes: 1 addition & 4 deletions src/WebJobs.Script/WebJobs.Script.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.6" />
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.17" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.0-preview" />
<PackageReference Include="Microsoft.Build" Version="15.8.166" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
Expand Down Expand Up @@ -80,10 +81,6 @@
<ProjectReference Include="..\WebJobs.Script.Grpc\WebJobs.Script.Grpc.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\WebJobs.Script.Abstractions\WebJobs.Script.Abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down
4 changes: 4 additions & 0 deletions src/WebJobs.Script/runtimeassemblies.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@
"name": "Microsoft.Azure.WebJobs.Script",
"resolutionPolicy": "minorMatchOrLower"
},
{
"name": "Microsoft.Azure.WebJobs.Script.Abstractions",
"resolutionPolicy": "minorMatchOrLower"
},
{
"name": "Microsoft.Azure.WebJobs.Script.Grpc",
"resolutionPolicy": "minorMatchOrLower"
Expand Down

0 comments on commit 5433da7

Please sign in to comment.