This commit is contained in:
Jackson.Bruce
2022-09-02 19:27:50 +08:00
parent 592b551d52
commit dd2659d442
2 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
ViewData["Title"] = "测试"; ViewData["Title"] = "测试";
} }
<style> <style>
.column { .column {
position: fixed; position: fixed;

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata> <metadata>
<id>AntiXssUF</id> <id>AntiXssUF</id>
<version>2.0.2-beta</version> <version>2.0.2</version>
<authors>Jackson.bruce</authors> <authors>Jackson.bruce</authors>
<owners>Jackson.bruce</owners> <owners>Jackson.bruce</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -63,8 +63,10 @@
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" /> <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.6.1" /> <frameworkAssembly assemblyName="System.Web" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies> </frameworkAssemblies>
<contentFiles>
<files include="any/any/resources/**/*.*" buildAction="Content" copyToOutput="true" />
</contentFiles>
</metadata> </metadata>
<files> <files>
<file src="bin\Release\netstandard2.1\AntiXssUF.dll" target="lib\netstandard2.1\AntiXssUF.dll" /> <file src="bin\Release\netstandard2.1\AntiXssUF.dll" target="lib\netstandard2.1\AntiXssUF.dll" />