Skip to content

Commit 6d54c16

Browse files
committed
Update to 10p6
This will include a runtime async capable set of references.
1 parent a07af8f commit 6d54c16

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Src/Basic.Reference.Assemblies.AspNet100/Basic.Reference.Assemblies.AspNet100.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.4.25258.110" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true"/>
10+
<PackageReference Include="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.6.25358.103" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true"/>
1111
</ItemGroup>
1212

1313
<Import Project="Generated.targets"/>

Src/Basic.Reference.Assemblies.Net100/Basic.Reference.Assemblies.Net100.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.4.25258.110" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" ExcludeAssets="analyzers"/>
8+
<PackageReference Include="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.6.25358.103" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" ExcludeAssets="analyzers"/>
99
</ItemGroup>
1010

1111
<Import Project="Generated.targets"/>
1212
</Project>
13-

0 commit comments

Comments
 (0)