Skip to content

Commit 71d160d

Browse files
committed
Moved Compiler to C# 13
1 parent 11f634c commit 71d160d

79 files changed

Lines changed: 172078 additions & 54 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CreatePackages.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET PackageVersion=1.3.0
1+
SET PackageVersion=1.3.1
22
SET Configuration=Debug
33

44
REM msbuild /p:Configuration=%Configuration%

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Change the OutputPath for `net8.0` to `bin_dotnet`:
5858
Then, for `net8.0`, import the WebFormsForCore packages like so:
5959
```
6060
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
61-
<PackageReference Include="EstrellasDeEsperanza.WebFormsForCore.Web" Version="1.2.9" />
61+
<PackageReference Include="EstrellasDeEsperanza.WebFormsForCore.Web" Version="1.3.1" />
6262
</ItemGroup>
6363
```
6464
Remove the old `Reference` references or put them in a condition only for `net48`.

src/VersionInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
[assembly: System.Reflection.AssemblyCompany("Estrellas de Esperanza")]
1212
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2025 Estrellas de Esperanza.")]
13-
[assembly: System.Reflection.AssemblyFileVersion("8.0.9")]
14-
[assembly: System.Reflection.AssemblyVersion("8.0.9")]
15-
[assembly: System.Reflection.AssemblyInformationalVersion("8.0.9")]
16-
[assembly: System.Resources.SatelliteContractVersion("8.0.9")]
13+
[assembly: System.Reflection.AssemblyFileVersion("8.0.11")]
14+
[assembly: System.Reflection.AssemblyVersion("8.0.11")]
15+
[assembly: System.Reflection.AssemblyInformationalVersion("8.0.11")]
16+
[assembly: System.Resources.SatelliteContractVersion("8.0.11")]
1717

1818

src/WebFormsForCore.Build/WebFormsForCore.Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</ItemGroup>
9797

9898
<ItemGroup Condition="$(TargetFramework) == 'net8.0'">
99-
<PackageReference Include="EstrellasDeEsperanza.WebFormsForCore.Web" Version="1.2.9" />
99+
<PackageReference Include="EstrellasDeEsperanza.WebFormsForCore.Web" Version="1.3.1" />
100100
</ItemGroup>
101101

102102
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
Binary file not shown.

src/WebFormsForCore.Compilers/Roslyn/Microsoft.CodeAnalysis.CSharp.xml

Lines changed: 46345 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

src/WebFormsForCore.Compilers/Roslyn/Microsoft.CodeAnalysis.VisualBasic.xml

Lines changed: 81740 additions & 0 deletions
Large diffs are not rendered by default.
3.31 MB
Binary file not shown.

src/WebFormsForCore.Compilers/Roslyn/Microsoft.CodeAnalysis.xml

Lines changed: 42441 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)