Skip to content

Commit

Permalink
HotFix: Downgrading PowerShellWorker 0.1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren authored and fabiocav committed May 7, 2019
1 parent ddb1b4c commit f2d2a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<RepositoryType>git</RepositoryType>
<ApplicationIcon>AzureFunctions-CLI.ico</ApplicationIcon>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<NoWarn>$(NoWarn);NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="StaticResources\bundleConfig.json">
Expand Down Expand Up @@ -105,7 +106,7 @@
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.3.1-SNAPSHOT" />
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="1.0.2" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker" Version="0.1.97-preview" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker" Version="0.1.95-preview" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="2.0.12438" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorkerRunEnvironments" Version="1.0.0-beta20190501.3" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<IsPackable>false</IsPackable>
<AssemblyName>Azure.Functions.Cli.Tests</AssemblyName>
<RootNamespace>Azure.Functions.Cli.Tests</RootNamespace>
<NoWarn>$(NoWarn);NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Resources\**" />
Expand All @@ -21,6 +22,7 @@
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="Xunit.SkippableFact" Version="1.3.6" />
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker" Version="0.1.95-preview" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f2d2a28

Please sign in to comment.