Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App.Ref" Version="11.0.0-preview.5.26302.115" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.AspNetCore.App.Ref" Version="11.0.0-preview.6.26359.118" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>

<Import Project="Generated.targets" />
Expand Down
618 changes: 309 additions & 309 deletions Src/Basic.Reference.Assemblies.AspNet110/Generated.cs

Large diffs are not rendered by default.

618 changes: 309 additions & 309 deletions Src/Basic.Reference.Assemblies.AspNet110/Generated.targets

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.5.26302.115" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.6.26359.118" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>

<Import Project="Generated.targets" />
Expand Down
352 changes: 176 additions & 176 deletions Src/Basic.Reference.Assemblies.Net110/Generated.cs

Large diffs are not rendered by default.

352 changes: 176 additions & 176 deletions Src/Basic.Reference.Assemblies.Net110/Generated.targets

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Src/Generate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void Net100Wasm()

void Net110()
{
var content = GetGeneratedContent("Net110", [@"microsoft.netcore.app.ref/11.0.0-preview.5.26302.115/ref/net11.0"]);
var content = GetGeneratedContent("Net110", [@"microsoft.netcore.app.ref/11.0.0-preview.6.26359.118/ref/net11.0"]);
var targetDir = Path.Combine(srcPath, "Basic.Reference.Assemblies.Net110");
File.WriteAllText(Path.Combine(targetDir, "Generated.cs"), content.CodeContent, encoding);
File.WriteAllText(Path.Combine(targetDir, "Generated.targets"), content.TargetsContent, encoding);
Expand Down Expand Up @@ -153,7 +153,7 @@ void AspNet100()

void AspNet110()
{
var content = GetGeneratedContent("AspNet110", [@"microsoft.netcore.app.ref/11.0.0-preview.5.26302.115/ref/net11.0", @"microsoft.aspnetcore.app.ref/11.0.0-preview.5.26302.115/ref/net11.0"]);
var content = GetGeneratedContent("AspNet110", [@"microsoft.netcore.app.ref/11.0.0-preview.6.26359.118/ref/net11.0", @"microsoft.aspnetcore.app.ref/11.0.0-preview.6.26359.118/ref/net11.0"]);
var targetDir = Path.Combine(srcPath, "Basic.Reference.Assemblies.AspNet110");
File.WriteAllText(Path.Combine(targetDir, "Generated.cs"), content.CodeContent, encoding);
File.WriteAllText(Path.Combine(targetDir, "Generated.targets"), content.TargetsContent, encoding);
Expand Down
Loading