This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
GoogleAnalyticsTracker.AspNetCore
GoogleAnalyticsTracker.Core
GoogleAnalyticsTracker.SampleWebApplication/Views/Shared
GoogleAnalyticsTracker.Simple Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <LangVersion >10 </LangVersion >
3+ <LangVersion >11 </LangVersion >
44 <Nullable >enable</Nullable >
55
66 <!-- NuGet -->
2828 </PropertyGroup >
2929
3030 <ItemGroup >
31- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 "
31+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 "
3232 PrivateAssets =" all"
3333 IncludeAssets =" runtime; build; native; contentfiles; analyzers" >
3434 </PackageReference >
Original file line number Diff line number Diff line change 1414 <ItemGroup >
1515 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
1616
17- <PackageReference Include =" JetBrains.Annotations" Version =" 2021.2.0" PrivateAssets =" All" />
18- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
17+ <PackageReference Include =" JetBrains.Annotations" Version =" 2021.3.0" PrivateAssets =" All" />
1918 </ItemGroup >
2019</Project >
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" JetBrains.Annotations" Version =" 2021.2.0" PrivateAssets =" All" />
11- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
10+ <PackageReference Include =" JetBrains.Annotations" Version =" 2021.3.0" PrivateAssets =" All" />
1211 </ItemGroup >
1312</Project >
Original file line number Diff line number Diff line change 66<h1 class =" text-danger" >Error.</h1 >
77<h2 class =" text-danger" >An error occurred while processing your request.</h2 >
88
9- @if (Model != null && Model .ShowRequestId )
9+ @if (Model .ShowRequestId )
1010{
1111 <p >
1212 <strong >Request ID : </strong > <code >@Model.RequestId </code >
Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" JetBrains.Annotations" Version =" 2021.2.0" PrivateAssets =" All" />
15- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
14+ <PackageReference Include =" JetBrains.Annotations" Version =" 2021.3.0" PrivateAssets =" All" />
1615 </ItemGroup >
1716</Project >
You can’t perform that action at this time.
0 commit comments