File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed
Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 2929
3030 <!-- DurableTask Packages -->
3131 <ItemGroup >
32- <PackageVersion Include =" Microsoft.Azure.DurableTask.Core" Version =" 3.3.0 " />
32+ <PackageVersion Include =" Microsoft.Azure.DurableTask.Core" Version =" 3.3.1-private1 " />
3333 <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version =" 1.2.2" />
3434 </ItemGroup >
3535
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup >
20- <VersionPrefix >1.12.0 </VersionPrefix >
21- <VersionSuffix ></VersionSuffix >
20+ <VersionPrefix >1.12.1 </VersionPrefix >
21+ <VersionSuffix >private1 </VersionSuffix >
2222 </PropertyGroup >
2323
2424</Project >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <configuration >
3- <packageSources >
4- <clear />
5- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
6- </packageSources >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
6+ <add key =" durabletask-testing" value =" https://azfunc.pkgs.visualstudio.com/public/_packaging/durabletask-testing/nuget/v3/index.json" />
7+ </packageSources >
8+ <packageSourceMapping >
9+ <packageSource key =" durabletask-testing" >
10+ <package pattern =" Microsoft.Azure.DurableTask.Core" />
11+ </packageSource >
12+ <packageSource key =" nuget.org" >
13+ <package pattern =" *" />
14+ </packageSource >
15+ </packageSourceMapping >
716</configuration >
You can’t perform that action at this time.
0 commit comments