Skip to content
Merged
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.2.26159.112" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.AspNetCore.App.Ref" Version="11.0.0-preview.3.26207.106" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>

<Import Project="Generated.targets" />
Expand Down
3,222 changes: 1,596 additions & 1,626 deletions Src/Basic.Reference.Assemblies.AspNet110/Generated.cs

Large diffs are not rendered by default.

1,240 changes: 618 additions & 622 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.2.26159.112" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.3.26207.106" IncludeAssets="none" PrivateAssets="all" GeneratePathProperty="true" />
</ItemGroup>

<Import Project="Generated.targets" />
Expand Down
1,812 changes: 891 additions & 921 deletions Src/Basic.Reference.Assemblies.Net110/Generated.cs

Large diffs are not rendered by default.

676 changes: 336 additions & 340 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 @@ -110,7 +110,7 @@ void Net100()

void Net110()
{
var content = GetGeneratedContent("Net110", [@"microsoft.netcore.app.ref/11.0.0-preview.2.26159.112/ref/net11.0"]);
var content = GetGeneratedContent("Net110", [@"microsoft.netcore.app.ref/11.0.0-preview.3.26207.106/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 @@ -143,7 +143,7 @@ void AspNet100()

void AspNet110()
{
var content = GetGeneratedContent("AspNet110", [@"microsoft.netcore.app.ref/11.0.0-preview.2.26159.112/ref/net11.0", @"microsoft.aspnetcore.app.ref/11.0.0-preview.2.26159.112/ref/net11.0"]);
var content = GetGeneratedContent("AspNet110", [@"microsoft.netcore.app.ref/11.0.0-preview.3.26207.106/ref/net11.0", @"microsoft.aspnetcore.app.ref/11.0.0-preview.3.26207.106/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